What is a nested loop?
No Answer is Posted For this Question
Be the First to Post Answer
What is the purpose of 'register' keyword in c language?
main() { int i,n=010; int sum=0; for(i=1;i<=n;i++) {s=s+i; } printf("%d",&s); getch(); }
main() { printf("\n %d %d %d",sizeof('3'),sizeof("3"),sizeof(3)); }
What is 'bus error'?
Difference between null pointer and dangling pointer?
Why dont c comments nest?
can we access one file to one directory?
do u print this format '(((())))'. This brackets is based on user input like 4 or 5 or 6,without using any loop's?
where does it flourished?
Is flag a keyword in c?
can any one tell that i have a variable which is declared as static but i want this variable to be visible to the other files? how?
What is the use of getchar() function?