Table of Sudoku n*n
No Answer is Posted For this Question
Be the First to Post Answer
64/square(4)
Why do we use & in c?
what is the value of b if a=5; b=++a + ++a
31 Answers Infosys, TCS, Tech Mahindra,
main() { int i,n=010; int sum=0; for(i=1;i<=n;i++) {s=s+i; } printf("%d",&s); getch(); }
main() { int x=20,y=35; x = y++ + x++; y = ++y + ++x; printf("%d %d\n",x,y); } what is the output?
what type of errors are checked during compilation
How do we make a global variable accessible across files? Explain the extern keyword?
what is the c.
hello freinds next week my interview in reliance,nybody has an idea about it intervew questions..so tell
int i=10; printf("%d %d %d", i, i=20, i);
How the C program can be compiled?
How do you write a program which produces its own source code as its output?