Hierarchy decides which operator
a) is most important
b) is used first
c) is fastest
d) operates on largest numbers
what is the difference between static variable and register variable?
How do I round numbers?
what will be printed by this printf? printf("%c",printf("hi")["sharkselva"])); }
difference between function & structure
What is the difference between if else and switchstatement
hOW Can I add character in to pointer array of characters char *a="indian"; ie I want to add google after indian in the char *a
write a program to find the sum of the array elements in c language?
24 Answers ICT, Infosys, Wipro,
what is difference b/w extern & volatile variable??
write a program in c language to print your bio-data on the screen by using functions.
6 Answers College School Exams Tests, IBM,
How to print %d in output
Explain the difference between strcpy() and memcpy() function?
Why the use of alloca() is discouraged?