write a c program to print "Welcome" without using semicolon
in the whole program ??
Answer Posted / kayalvizhi.s
#include<stdio.h>
{
main()
while(printf("welcome"))
}
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is scope rule in c?
console I/O functions means a) the I/O operations done on disk b) the I/O operations done in all parts c) the input given through keyboard is displayed VDU screen d) none of the above
a character or group of characters that defines a register,or a part of storage a) memory b) byte c) address d) linear list
What is the stack in c?
What is double pointer?
any limit on the number of functions that might be present in a C program a) max 35 functions b) max 50 functions c) no limit d) none of the above
How can I get random integers in a certain range?
Define C in your own Language.
What is the use of the function in c?
Why are algorithms important in c program?
pgm to find any error in linklist(in single linklist check whether any node points any of previous nodes instead of next node)
Program will then find the largest of three numbers using nested if-else statements. User is prompted to enter three numbers. Program will find the largest number and display it on the screen. All three numbers entered by the user are also displayed. If user enters 21, 33, and 5, the output should be as follows: You entered: 21, 33 and 5. The largest number is 33.
Are comments included during the compilation stage and placed in the EXE file as well?
What is a method in c?
What is the difference between mpi and openmp?