Explain types of programming languages. Differentiate between compiler and interpreter.
[7 marks]Define algorithm and explain different symbols used in flowchart
[7 marks]Explain different data types used in C Language.
[7 marks]Write a program that converts Fahrenheit temperature to centigrade Cent.=5/9(fahr.-32)
[7 marks]Explain scanf( ) and printf( ) with syntax.
[7 marks]Explain different operators in C.
[7 marks]State the different types of If statement and explain any one with proper example.
[7 marks]What is the purpose of switch statement? Explain its syntax with an example.
[7 marks]Write a Cprogram to capitalize all the letters of a string entered.
[7 marks]Explain two dimension arrays and write a program to read and write a 2D array.
[7 marks]What is array of pointers? How its declared and explain in brief.
[7 marks]Write a program to do swapping of two numbers without using temporary variable using functions.
[7 marks]Difference between Structures and Unions.
[7 marks]Explain File operations in C.
[7 marks]