Why is c called c not d or e?
No Answer is Posted For this Question
Be the First to Post Answer
What is the method to save data in stack data structure type?
#include main() { int *p, *c, i; i = 5; p = (int*) (malloc(sizeof(i))); printf(" %d",*p); *p = 10; printf(" %d %d",i,*p); c = (int*) calloc(2); printf(" %d ",*c); }
what is a function pointer and how all to declare ,define and implement it ???
sir i got 146 correct question & i have also the advantage of height so will they consider my marks as 146+3=149.can any body tell me how they consider my height marks.
What is bubble sort technique in c?
WRITE A PROGRAM IN C TO MULTIPLY TWO 2-D ARRAYS
What is spaghetti programming?
Does c have enums?
Why isn't any of this standardized in c? Any real program has to do some of these things.
What is the use of a ‘