Answer Posted / nobody special
because starting from 3 would just be silly?
| Is This Answer Correct ? | 1 Yes | 9 No |
Post New Answer View All Answers
Can you tell me how to check whether a linked list is circular?
What are linker error?
What is a pragma?
What is storage class?
What does volatile do?
What is default value of global variable in c?
In c programming write a program that will print 10 multiples of 3 except 15,18,21 using looping
What are the differences between new and malloc in C?
A function can make the value of a variable available to another by a) declaring the variable as global variable b) Passing the variable as a parameter to the second function c) Either of the two methods in (A) and (B) d) binary stream
What is the difference between if else and switchstatement
What does malloc () calloc () realloc () free () do?
if p is a string contained in a string?
What is "Duff's Device"?
How many types of errors are there in c language? Explain
What are register variables in c?