write a c program to print "Welcome" without using semicolon
in the whole program ??
Answer Posted / sagar
main()
{
if(printf("Welcome"))
{
}
}
| Is This Answer Correct ? | 30 Yes | 10 No |
Post New Answer View All Answers
What are data types in c language?
What is structure in c explain with example?
What is meant by preprocessor in c?
What is a 'null pointer assignment' error?
What are header files? What are their uses?
What are the types of data structures in c?
What are # preprocessor operator in c?
Q.1 write aprogram to stack using linklist o insert 40 items? Q.2 write a program to implement circular queue with help of linklist?
Explain what math functions are available for integers? For floating point?
what is a NULL Pointer? Whether it is same as an uninitialized pointer?
Is null equal to 0 in sql?
Are there any problems with performing mathematical operations on different variable types?
Explain threaded binary trees?
Write a program to implement a round robin scheduler and calculate the average waiting time.Arrival time, burst time, time quantum, and no. of processes should be the inputs.
In which language linux is written?