what will be the output of this program........
main()
{
int a=2,b=4,c=6;
printf("%d");
}
why it gives the value of third variable.
Answer Posted / jayasree
2
| Is This Answer Correct ? | 7 Yes | 9 No |
Post New Answer View All Answers
Do pointers take up memory?
What functions are used in dynamic memory allocation in c?
How can I write data files which can be read on other machines with different word size, byte order, or floating point formats?
How to write a program for machine which is connected with server for that server automatically wants to catch the time for user of that machine?
What is 02d in c?
What is the process to create increment and decrement stamen in c?
An organised method of depicting the use of an area of computer memory used to signify the uses for different parts of the memory a) swap b) extended memory c) memory map d) all of the above
main() { printf("hello"); fork(); }
I have a varargs function which accepts a float parameter?
Differentiate between static and dynamic modeling.
I came across some code that puts a (void) cast before each call to printf. Why?
what is the different bitween abap and abap-hr?
any C program contains only one function, it must be a) void () b) main () c) message () d) abc ()
Explain a file operation in C with an example.
Not all reserved words are written in lowercase. TRUE or FALSE?