How will you allocate memory to a double pointer ?
Answers were Sorted based on User's Feedback
What is difference between structure and union?
By using C language input a date into it and if it is right?
what will be printed by this printf? printf("%c",printf("hi")["sharkselva"])); }
What is graph in c?
What is the exact difference between '\0' and ""
application attempts to perform an operation?
int main() { unsigned char a = 0; do { printf("%d=%c\n",a,a); a++; }while(a!=0); return 0; } can anyone please explain me output????
Which of the following about automatic variables within a function is correct ? a.its type must be declared before using the variable b.they are local c.they are not initialised to zero d.they are global.
Is c dynamically typed?
what are the static variables
8 Answers HCL, iFlex, TCS, Wipro,
What is getch c?
What is mean by data types in c?