who is the father of C Language?
Answers were Sorted based on User's Feedback
main() { int a; a=++100; printf("%d",a); getch(); }
the expression a=30*1000+2768; evalutes to a) 32768 b) -32768 c) 113040 d) 0
Differentiate between a structure and a union.
What is the exact difference between '\0' and ""
Do you know the difference between malloc() and calloc() function?
What is the use of function overloading in C?
Output for following program using for loop only * * * * * * * * * * * * * * *
What are extern variables in c?
Array is an lvalue or not?
Can a function argument have default value?
If I have a char * variable pointing to the name of a function ..
What is mean by Data Driven framework in QTP? Can any one answer me in details on this regard.