What do you know about the use of bit field?
What is the purpose of type declarations?
What do you understand by normalization of pointers?
what is the coding of display the factorial of a number using array and function?
my project name is adulteration of chille powder.how can i explain it to the hr when he asks me about the project?
what is the output of the following program? main() { int i=-1,j=-1,k=0,l=2,m; m=i++&&j++&&k++||l++; printf("%d %d %d %d %d",i,j,k,l,m); }
Can you please compare array with pointer?
Explain the term printf() and scanf() used in c language?
Linked lists -- can you tell me how to check whether a linked list is circular?
How to add two numbers without using arithmetic operators?
18 Answers College School Exams Tests, e track, Infosys, Pan Parag, Sapient, TCS,
What is the difference between pure virtual function and virtual function?
what is the output for the code : main() { int i,j; printf("%d %d ",scanf("%d%d",&i,&j)); }
Which is better malloc or calloc?