What is the correct code to have following output in c using nested for loop?
No Answer is Posted For this Question
Be the First to Post Answer
main() { int i=0; while(+(+i--)!=0) i-=i++; printf(i); }
Explain what is a program flowchart and explain how does it help in writing a program?
What is "Hungarian Notation"?
Does sprintf put null character?
what will be the output of the following program, justify? #define TEST int TEST getdata() { static i; i+=10; return i; } main() { int k; k = getdata(); }
What are static functions?
What is the purpose of clrscr () printf () and getch ()?
What are the applications of c language?
What is "Duff's Device"?
main() { int i = 10; printf(" %d %d %d \n", ++i, i++, ++i); }
What is static and volatile in c?
Write a C++ program without using any loop (if, for, while etc) to print numbers from 1 to 100 and 100 to 1;
18 Answers Accenture, Cisco, Egentec, HCL, Ideaz, Infosys, M-Systems, MYR, TCS,