main()
{
int i=5;
printf("%d%d%d%d",i++,i--,i);
}
Answer Posted / vara
4 5 5 and garbagevalue
| Is This Answer Correct ? | 12 Yes | 4 No |
Post New Answer View All Answers
illustrate the use of address operator and dereferencing operator with the help of a program guys plzzz help for this question
Write a Program to find whether the given number or string is palindrome.
a way in which a pointer stores the address of a pointer which stores the value of the target value a) reference b) allocation c) multiple indirection d) none
What do you mean by c what are the main characteristics of c language?
Write a program to print all permutations of a given string.
Is fortran still used in 2018?
PROGRAM TO WRITE CONTENTS OF 1 FILE IN REVERSE TO ANOTHER FILE,PROGRAM TO COPY 1 FILE TO ANOTHER BY SPECIFYING FILE NAMES AS COMMAND LINE
What is the use of static variable in c?
What is #define used for in c?
What is hungarian notation? Is it worthwhile?
How can I determine whether a machines byte order is big-endian or little-endian?
Define recursion in c.
Is struct oop?
Are bit fields portable?
What are local variables c?