What are the types of unary operators?
What is the difference between array and pointer?
main() { int age; float ht; printf("Enter height and age"); scanf("%d%d",&height,&age); if((age<=20)&&(ht>=5)) {printf("She loves you");} else {printf("She loves you");} }
What is the difference b/w Structure & Union?
difference of two no's with out using - operator
i=10,j=20 j=i,j?(i,j)?i:j:j print i,j
write a program to print calender using for loop.
whenever a question is posted in a particular category in allinterview.com, Is there any facility to receive an indication mail. For eg: I need to receive an indication email, whenever a question is posted under the category “C Langauage”.
What are derived data types in c?
What is this infamous null pointer, anyway?
Explain goto?
What is the difference between specifying a constant variable like with constant keyword and #define it? i.e what is the difference between CONSTANT FLOAT A=1.25 and #define A 1.25
i have a written test in tomorrow