What does a function declared as pascal do differently?
No Answer is Posted For this Question
Be the First to Post Answer
how to find that no is int or float?
what are the static variables
8 Answers HCL, iFlex, TCS, Wipro,
Write a function that will take in a phone number and output all possible alphabetical combinations
Which is the memory area not included in C program? give the reason
When reallocating memory if any other pointers point into the same piece of memory do you have to readjust these other pointers or do they get readjusted automatically?
Why is c called c not d or e?
What's wrong with "char *p; *p = malloc(10);"?
Is c easier than java?
/*what is the output for the code*/ void main() { int r; r=printf("naveen"); r=printf(); printf("%d",r); getch(); }
What are the types of data structures in c?
Where are the auto variables stored?
#define f(x) main() { printf("\n%d",f(2+2)); }