What is integer constants?
No Answer is Posted For this Question
Be the First to Post Answer
How can I call a function, given its name as a string?
What is #include called?
Explain what is wrong with this statement? Myname = ?robin?;
WAP that prints the number from 1 to 100. but for multiplies of three print "XXX" instead of the number and for the multiplies of five print "YYY" . for number which are multiplies of both three and five print "ZZZ"
main() { static int ivar=5; printf("%d",ivar--); if(ivar) main(); }
How many bytes is a struct in c?
biggest of two no's with out using if condition statement
What is the use of a conditional inclusion statement in C?
What is || operator and how does it function in a program?
main() { char as[] = "\\0\0"; int i = 0; do{ switch( as[i++]) {case '\\' : printf("A"); break; case 0 : printf("B"); break; default : printf("C"); break; }} while(i<3); }
4 Answers Vector, Vector India,
in b=6.6/a+(2*a+(3*c)/a*d)/(2/n); which operation will be performed first a) 6.6/a b) 2*a c) 3*c d) 2/n
in a town the percentage of men is 52 the percentage of total literacy is 48 if total percentage of literate men is 35 of the total population write a program to find the total no of the literate men and women if the population of the town is 80000