increment operateor (++)and decrament(--)
#include<stdio.h>
#inclide<conio.h>
main()
{
int x=15;
while(x!=0)
scanf("%d",&x);
{
Answers were Sorted based on User's Feedback
what information does the header files contain?
6 Answers BSNL, Cisco, GDA Technologies,
How can you call a function, given its name as a string?
p*=(++q)++*--p when p=q=1 while(q<=6)
What's a "sequence point"?
If you know then define #pragma?
How can you determine the size of an allocated portion of memory?
the process of defining something in terms of itself is called (or) in C it is possible for the functions to call themselves. A function called a) nested function b) void function c) recursive function d) indifinite function
What are the different types of control structures?
21. #define square(x) x*x main() { int i; i = 64/square(4); printf("%d",i); }
What is dynamic dispatch in c++?
What are structures and unions? State differencves between them.
Explain the use of #pragma exit?