What is the equivalent code of the following statement in WHILE LOOP format?
No Answer is Posted For this Question
Be the First to Post Answer
Explain how do you generate random numbers in c?
Identify the correct argument for the function call fflush () in ANSI C: A)stdout B)stdin C)stderr D)All the above
Explain bitwise shift operators?
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,
c program to manipulate x=1!+2!+3!+...+n! using recursion
what is differnence b/w macro & functions
How can I get random integers in a certain range?
What are the 5 organizational structures?
What is 2 d array in c?
what is calloc and malloc?
Explain what are global variables and explain how do you declare them?
main() { int i=0; while(+(+i--)!=0) i-=i++; printf("%d",i); }