void main()
{int i=2;
printf("%d%d%d",i,++i,i++);
getch();
}
Post New Answer View All Answers
what is event driven software and what is procedural driven software?
Why double pointer is used in c?
What are dangling pointers in c?
Is register a keyword in c?
What is typeof in c?
what is the role you expect in software industry?
please explain clearly about execution of c program in detail,in which stage are the printf sacnf getting into exeecutable code
What is the ANSI C Standard?
Explain argument and its types.
How main function is called in c?
What is string length in c?
What does the && operator do in a program code?
Explain what header files do I need in order to define the standard library functions I use?
Explain the array representation of a binary tree in C.
Which is an example of a structural homology?