write a c program to print "Welcome" without using semicolon
in the whole program ??
Answer Posted / sagar
try your self to run the above program then it wouldn't
display but then press (alt+F5) then u would get the
correct display
and....
its not possible with while loop ....
| Is This Answer Correct ? | 8 Yes | 6 No |
Post New Answer View All Answers
why arguments can generally be passed to functions a) sending the values of the arguments b) sending the addresses of the arguments c) a & b d) none of the above
What are the two forms of #include directive?
Explain how do you sort filenames in a directory?
Is c still relevant?
Can the curly brackets { } be used to enclose a single line of code?
What is a example of a variable?
What is define directive?
Explain a file operation in C with an example.
What is d'n in c?
What is the function of volatile in c language?
What are the Advantages of using macro
Where does the name "C" come from, anyway?
What is difference between function overloading and operator overloading?
What is the purpose of macro in C language?
In C programming, what command or code can be used to determine if a number of odd or even?