What are the various types of control structures in programming?
No Answer is Posted For this Question
Be the First to Post Answer
Explain main function in c?
How pointers are declared?
Write a program that receives as input a number omaadel-n-print, four digits.
what do structure language means?
Ca some one please help me with aC code to allow user enter numbers from 1 to 20 without repeating and prnt the sum of those numbers thnx
What is pointer to pointer in c language?
how to find string length wihtout using c function?
What is optimization in c?
input may any number except 1,output will always 1.. conditions only one variable should be declare,don't use operators,expressions,array,structure
What is the significance of scope resolution operator?
0 Answers Agilent, ZS Associates,
What is a macro in c preprocessor?
main() { int i = -3,j=2,k=0,m; m= ++i || ++j && ++k; printf("%d%d%d",i,j,k,m); }