any C program contains only one function, it must be
a) void ()
b) main ()
c) message ()
d) abc ()
No Answer is Posted For this Question
Be the First to Post Answer
Can u return two values using return keyword? If yes, how? If no, why?
void main() { int a=1; while(a++<=1) while(a++<=2); }
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
Do you know what is a programing language ?
What is #include stdio h and #include conio h?
Write a program for Overriding.
what is the use of keyword volatile??
What is the diffrent between while and do while statement ?
What is the concatenation operator?
C passes By value or By reference?
5 Answers Geometric Software, Infosys,
macros and function are related in what aspect? a)recursion b)varying no of arguments c)hypochecking d)type declaration
12 Answers HCL, Infosys, Microsoft,
Eight queens puzzle