#include<stdio.h>
void main()
{
int i=5;
printf("%d",++i + ++i);
}
Answer Posted / pooja
14
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why do windmills never appear stationary?
Box 1 cotain odd value X or Y the box 2 =X i.e 7 or 12 box 3= Y has value 19 if X is 7 or 31 if x is 12 get even value X or Y Use any operator steps allowed 3.
what books to prepare for atc please
Explain the difference between RAM and ROM? What is “Volatile Memory
boolean isBadBoy(boolean hasGirlFriend , boolean isMarried, int age , String middleName , String lastName , String[] brotherName);
assemblies in .net
when did actually oil exploration start
write a c program which accepts input as Anu.B.Kapoor and gives output as:Kapoor.A.B plz send me the ans
how convert the spiral model to prototype model ?
Can a generic class extend another generic class??
what are the steps u follow to create an custom idoc program in which environment u create the program?
How Main()is called by opreting system?
requirement:To move display statements in a cobol program to a dataset.These display statements were not in main program but in calling program and we were not allowed to move these info via sysout dd dsn='dataset.name' . please let me know the ways this can be handled
Reverse the link list without creating new list ?
why we use conio.h in c programming?