When was c language developed?
No Answer is Posted For this Question
Be the First to Post Answer
What are the rules for the identifier?
The statement, int(*x[]) () what does in indicate?
What are pragmas and what are they good for?
create a C program that displays one z,two y's,three x's until twenty six A's. plzz answer i need it tomorrow.
What is #define?
Why n++ execute faster than n+1 ?
What is c programming structure?
What are the different types of data structures in c?
write a c program in such a way that if we enter the today date the output should be next day's date.
What is the purpose of clrscr () printf () and getch ()?
formula to convert 2500mmh2o into m3/hr
what is the purpose of the code, and is there any problem with it. unsigned int v[10]; unsigned int i = 0; while (i < 10) v[i] = i++;