int a=20;
int b=30;
int c=40;
printf("%d%d%d");
what will be the output?
Answer Posted / sangam khera
depending upon the compiler ....
IN TURBO C++ -> it will give an error a,b,c assigned a valued that is never used."
IN GCC(DEV C++)->it will give garbage value....
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
i have to apply for the rbi for the post of officers. i need to know abt the entrance questions whether it may be aps or techinical....
what is different between auto and local static? why should we use local static?
What is a lookup table in c?
What are the functions to open and close file in c language?
Explain what is the difference between null and nul?
What is this pointer in c plus plus?
What is class and object in c?
how do you execute a c program in unix.
Write a program to display all the prime nos from 1 to 1000000, your code should not take time more than a minute to display all the nos.
How can I check whether a file exists? I want to warn the user if a requested input file is missing.
What is a program?
Write a code on reverse string and its complexity.
What is sizeof array?
printf(), scanf() these are a) library functions b) userdefined functions c) system functions d) they are not functions
Can you return null in c?