print ur name without using any semicolon in c/c++....
Answer Posted / shubhankar sisodia
#include<stdio.h>
main()
{if(printf("shubhankar"))
}
| Is This Answer Correct ? | 10 Yes | 17 No |
Post New Answer View All Answers
Are c and c++ the same?
What is %lu in c?
What are the different types of C instructions?
Where are local variables stored in c?
How are portions of a program disabled in demo versions?
What is a pointer and how it is initialized?
Differentiate between the = symbol and == symbol?
write a c program to find the largest and 2nd largest numbers from the given n numbers without using arrays
What are the main characteristics of c language describe the structure of ac program?
Compare array data type to pointer data type
Define macros.
What is the use of header files?
Explain zero based addressing.
Write a factorial program using C.
in any language the sound structure of that language depends on its a) character set, input/output function, its control structures b) character set, library functions, input/output functions its control structures c) character set, library functions, control sturctures d) character set, operators, its control structures