What is infinite loop?
No Answer is Posted For this Question
Be the First to Post Answer
What is the default value of local and global variables in c?
What is a volatile keyword in c?
ASCII stands for
void main() { int a[]={1,2,3,4,5},i; for(i=0;i<5;i++) printf("%d",a++); getch(); }
Why do we use c for the speed of light?
what is uses of .net
how can write all 1to 100 prime numbers using for loop,if and break ?
What is the stack in c?
typedef enum { html, java, javascript, perl, cgi } lang;The above statement defines a : a) Union b) User defined type c) Enumerated variable d) none
what are the different storage classes in c?
the number of measuring units from a arbitrary starting point in a record area or control block to some other point a) branching b) recording pointer c) none d) offset
What is typedef example?