Why is extern used in c?
advantages of pointers?
Why do we need a structure?
WHAT IS THE DIFFERENCE BETWEEN malloc() and calloc() in c file management?
28 Answers 3D PLM, Code Studio, Deltech, IBM,
write a program that reads lines(using getline), converts each line to an integer using atoi, and computes the average of all the numbers read. also compute the standard deviation.
What is the behavioral difference when include header file in double quotes (“”) and angular braces (<>)?
read a number & print all its devisors using c-program?
what is pointer?
13 Answers HCL, TCS,
Which is the best sort method for library management?
main() { char as[] = "\\0\0"; int i = 0; do{ switch( as[i++]) {case '\\' : printf("A"); break; case 0 : printf("B"); break; default : printf("C"); break; }} while(i<3); }
4 Answers Vector, Vector India,
how to find out the inorder successor of a node in a tree??
how to find binary of number?
What is the general form of #line preprocessor?