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
Create a registration form application by taking the details like username, address, phone number, email with password and confirm password (should be same as password).Ensure that the password is of 8 characters with only numbers and alphabets. Take such details for 3 users and display the details. While taking input password must appear as “****”.
Why array is used in c?
Compare and contrast compilers from interpreters.
What does %c do in c?
Explain what’s a signal? Explain what do I use signals for?
if the area was hit by a virus and so the decrease in the population because of death was x/3 and the migration from other places increased a population by 2x then annually it had so many ppl. find our the population in the starting.
What is a nested formula?
What is const keyword in c?
How #define works?
Explain the difference between #include "..." And #include <...> In c?
What is bash c?
What is the meaning of && in c?
What is the advantage of a random access file?
What are the string functions? List some string functions available in c.
Disadvantages of C language.