C QUESTIONS FOR FRESHERS ( Vestino Technologies)

C QUESTIONS FOR FRESHERS
1.What is C language?
2.Why is C known as a mother language?
3.Why is C called a mid-level programming language?
4.Who is the founder of C language?
5.When was C language developed?
6.What are the features of the C language?
7.What is the use of printf() and scanf() functions?
8.What is the use of the function in C?
9.What is the output of the following program?
10.What is an array in C? 
11.What is a pointer in C?
12.What is a NULL pointer in C?
13.What is a far pointer in C?
14.What is dangling pointer in C?
15.How is a Function declared in C Language?
16.What do you mean by the Scope of the variable? What is the scope of the variables in C?
17.What are static variables and functions?
18.Differentiate between calloc() and malloc()
19.What are the valid places where the programmer can apply Break Control Statement?
20.How can we store a negative integer?
21.Differentiate between Actual Parameters and Formal Parameters?
22.Can a C program be compiled or executed in the absence of a main()?
23.What do you mean by a Nested Structure?
24.What is a C Token?
25.What is Preprocessor?
26.Mention the features of C Programming Language.
27.What is the main difference between the Compiler and the Interpreter?
28.Can I use int datatype to store 32768 value?


1.20 GEEK