main()
{
int i=5;
printf("%d%d%d%d",i++,i--,i);
}
Answer Posted / pranu
655
| Is This Answer Correct ? | 2 Yes | 4 No |
Post New Answer View All Answers
show how link list can be used to repersent the following polynomial i) 5x+2
Input is "rama loves rajesh and rajesh Loves rama also and rajesh wear gloves and bloves" To print output is count the numbers of times repeted the word love without case sensitive.
What is the difference between printf and scanf )?
if a is an integer variable, a=5/2; will return a value a) 2.5 b) 3 c) 2 d) 0
FILE PROGRAMMING
Is null a keyword in c?
What is sizeof c?
How do I use void main?
What is difference between array and pointer in c?
Can we access the array using a pointer in c language?
Is it possible to initialize a variable at the time it was declared?
Explain is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
What is bubble sort in c?
What is define c?
What is ## preprocessor operator in c?