#include<stdio.h>
main()
{
int a=1;
int b=0;
b=++a + ++a;
printf("%d %d",a,b);
}

Answer Posted / sas

2 5

Is This Answer Correct ?    0 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why c is a procedural language?

580


What is the difference between printf and scanf in c?

748


Sir i need notes for structure,functions,pointers in c language can you help me please

1943


What is c basic?

599


What is the difference between NULL and NUL?

726






Hai what is the different types of versions and their differences

1488


What are derived data types in c?

608


Write a program to generate the Fibinocci Series

659


How can you tell whether two strings are the same?

830


What is fflush() function?

644


Explain what is the difference between far and near ?

649


What is meant by type specifiers?

660


exit () is used to a) exit () terminates the execution of the program itself b) exit () terminates the execution of the loop c) exit () terminates the execution of the block d) none of the above

663


What is multidimensional arrays

630


What is chain pointer in c?

603