What do you mean by c what are the main characteristics of c language?
No Answer is Posted For this Question
Be the First to Post Answer
What is a program flowchart and explain how does it help in writing a program?
write a program to find out prime number using sieve case?
Write a programe print the sum of series 0,1,2,.....10
20. main() { int i=5; printf("%d%d%d%d%d%d",i++,i--,++i,--i,i); } Answer:??????
How can I make it pause before closing the program output window?
wats the diference btwen constant pointer and pointer to a constant.pls give examples.
#define MAX 3 main() { printf("MAX = %d ",MAX ); #undef MAX #ifdef MAX printf("Vector Institute”); #endif }
how many error occurs in C language ?
program to print circle structure
What is new line escape sequence?
Unsigned char c; for ( c=0;c!=256;c++2) printf("%d",c); No. of times the loop is executed ?
What are the applications of c language?