void main()
{int i=2;
printf("%d%d%d",i,++i,i++);
getch();
}
Answer Posted / nunaram murmu
542
| Is This Answer Correct ? | 0 Yes | 8 No |
Post New Answer View All Answers
write a program that declares an array of 30 elements named "income" in the main functions. then cal and pass the array to a programmer-defined function named "getIncome" within the "getIncome" function, ask the user for annual income of 30 employees. then calculate and print total income on the screen using the following function: "void getIncome ( ai []);
Can a function argument have default value?
How are portions of a program disabled in demo versions?
How can this be legal c?
What is action and transformation in spark?
How many bytes are occupied by near, far and huge pointers (dos)?
If one class contains another class as a member, in what order are the two class constructors called a) Constructor for the member class is called first b) Constructor for the member class is called second c) Only one of the constructors is called d) all of the above
Which is the best website to learn c programming?
What is pragma in c?
Can I initialize unions?
How to write a code for implementing my own printf() and
scanf().... Please hep me in this... I need a guidance...
Can you give an coding for c... Please also explain about
the header files used other than #include
Is c++ based on c?
Is there anything like an ifdef for typedefs?
Describe newline escape sequence with a sample program?
List some applications of c programming language?