#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
What is a rvalue?
What is the scope of global variable in c?
how to find anagram without using string functions using only loops in c programming
Create a simple code fragment that will swap the values of two variables num1 and num2.
Define recursion in c.
Difference between malloc() and calloc() function?
How to throw some light on the b tree?
What are # preprocessor operator in c?
What are the different data types in C?
Why is not a pointer null after calling free? How unsafe is it to use (assign, compare) a pointer value after it is been freed?
hi folks i m approching for h1 b interview on monday 8th of august at montreal and i m having little problem in my approval notice abt my bithdate my employer has made a mistake while applying it is 12th january and istead of that he had done 18 the of january do any body have any solution for that if yes how can i prove my visa officer abt my real birthdate it urgent please let me know guys thaks dipesh patel
What is array of pointers to string?
Can a pointer be static?
What are the applications of c language?
Explain how can you be sure that a program follows the ansi c standard?