What is c mainly used for?
No Answer is Posted For this Question
Be the First to Post Answer
Was 2000 a leap year?
What is time null in c?
what is the difference between structure and union?
What is the value of c?
void main() { //char ch; unsigned char ch; clrscr(); for(ch =0;ch<= 127; ch++) printf(" %c= %d \t ", ch, ch); } output?
Do pointers store the address of value or the actual value of a variable?
Please send me WIPRO technical question to my mail ID.. its nisha_g28@yahoo.com please its urgent
Hi, main() { } Is a user defined function or Built in Functionn
what are the stoge class in C and tel the scope and life time of it?
what is a non volatile key word in c language?
How to write in a function declaration and in function call in which the function has 'n' number of varible or arguments?
simple program for virtual function?