Can a program have multiple main() functions?
Answer / nashiinformaticssolutions
No, only one main() function is allowed.
Is This Answer Correct ? | 0 Yes | 0 No |
Do string constants represent numerical values?
Calculate 1*2*3*____*n using recursive function??
What is the output of following program ? int main() { int x = 5; printf("%d %d %d\n", x, x << 2, x >> 2); }
Give a fast way to multiply a number by 7
15 Answers Accenture, Aricent, Microsoft,
WAP to find that given no is small or capital
12345 1234 123 12 1
What are pointers? What are different types of pointers?
why java is called as a purely oops language.
Simplify the program segment if X = B then C ← true else C ← false
What are qualifiers in c?
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(); }
which type of question asked from c / c++ in interview.