C Programming Interview Question
QNo |
Question |
Answer |
1 |
What do you know about C Programming? |
Click Here |
2 |
C is mid level programming language.How? |
Click Here |
3 |
What are feature of C Programming? |
Click Here |
4 |
What is the meaning of 'scanf()' and 'printf()' in C? |
Click Here |
5 |
Difference between local and global variable? |
Click Here |
6 |
What do you mean by call by value and call by reference? |
Click Here |
7 |
What do you mean by storage class? |
Click Here |
8 |
What are the difference between static and extern variable? |
Click Here |
9 |
What are the different types of storage class? |
Click Here |
10 |
What do you know about recursion? |
Click Here |
11 |
What are the datatypes in C? |
Click Here |
12 |
What is register storage Class? |
Click Here |
13 |
What is the difference between struct and union? |
Click Here |
14 |
What is Dynamic Memory Allocation? |
Click Here |
15 |
What is typedef keyword? |
Click Here |
16 |
What is Dangling Pointer? |
Click Here |
17 |
What is the difference between 'c'(single Quotes) and "c" (Double Quotes)? |
Click Here |
18 |
Why we are using "void" Keywords? |
Click Here |
19 |
What is "free" pointer in C? |
Click Here |
20 |
Why we are using header file in C? |
Click Here |
21 |
What is .exe file in C? |
Click Here |
22 |
What is the meaning of ';'? |
Click Here |