What do you mean by dynamic memory allocation in c? What functions are used?
In how much time you will write this c program? Prime nos from 1 to 1000
What is function in c with example?
IS STRUCTURES CAN BE USED WITHIN AN ARRAY?
write a pgm to print 1 1 2 1 1 2 3 2 1 1 2 3 4 3 2 1
if a five digit number is input through the keyboard, write a program to calculate the sum of its digits. (hint:-use the modulus operator.'%')
what is linkage error when it occurs in c program
How we can insert comments in a c program?
Explain following declaration int *P(void); and int (*p)(char *a);
write a program for 7*8 = 56 ? without using * multiply operator ? output = 56
what is difference between null and nul in c language
regarding pointers concept
What is 'bus error'?