int a=20;
int b=30;
int c=40;
printf("%d%d%d");
what will be the output?
Answers were Sorted based on User's Feedback
Answer / 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 |
What is wrong with this program statement? void = 10;
wap to print "hello world" without using the main function.
how to execute with out main in cprogram
What is typedef struct in c?
What 'lex' does?
The code is::::: if(condition) Printf("Hello"); Else Printf("World"); What will be the condition in if in such a way that both Hello and world are printed in a single attempt?????? Single Attempt in the sense... It must first print "Hello" and it Must go to else part and print "World"..... No loops, Recursion are allowed........................
14 Answers HOV Services, IBM, Potty,
Write a programme using structure that create a record of students. The user allow to add a record and delete a record and also show the records in ascending order.
0 Answers Sikkim Manipal University,
What are valid operations on pointers?
What is function in c with example?
write a c program to accept a given integer value and print its value in words
4 Answers Vernalis, Vernalis Systems,
What is null pointer constant?
Why is conio.h not required when we save a file as .c and use clrscr() or getch() ?