main()
{
int i = 10;
printf(" %d %d %d \n", ++i, i++, ++i);
}
Post New Answer View All Answers
Describe the modifier in c?
What is define c?
How do you print only part of a string?
Where local variables are stored in c?
How do you list files in a directory?
What is extern storage class in c?
Write a program to replace n bits from the position p of the bit representation of an inputted character x with the one's complement. Method invertBit takes 3 parameters x as input character, p as position and n as the number of positions from p. Replace n bits from pth position in 8 bit character x. Then return the characters by inverting the bits.
‘SAVEPOINT’ and ‘ROLLBACK’ is used in oracle database to secure the data comment. Give suitable examples of each with sql command.
What is #include called?
hi to every one .. how to view table pool after creating the pooled table? plz help me.. if any knows abt this ..
What is structure in c definition?
Differentiate call by value and call by reference?
Why shouldn’t I start variable names with underscores?
Hi how many types of software editions are there and their difference (like home editions, enterprise, standard etc) can u please help me
What does stand for?