main()
{
int x=10,y=15;
x=x++;
y=++y;
printf("%d %d\n",x,y);
}
output??
Post New Answer View All Answers
What would be an example of a structure analogous to structure c?
Explain b+ tree?
What is hash table in c?
What are pointers in C? Give an example where to illustrate their significance.
What is volatile variable in c?
What is structure of c program?
please explain clearly about execution of c program in detail,in which stage are the printf sacnf getting into exeecutable code
How do you convert strings to numbers in C?
State the difference between realloc and free.
a program that performs some preliminary processing in C, it acts upon certain directives that will affect how the compiler does its work a) compiler b) loader c) directive d) preprocessor
What math functions are available for integers? For floating point?
In a switch statement, what will happen if a break statement is omitted?
What are the advantages of the functions?
will u please send me the placement papers to my mail???????????????????
how can I convert a string to a number?