write a c program to print "Welcome" without using semicolon
in the whole program ??

Answer Posted / manoj srivastava

#include<stdio.h>
#include<conio.h>
void main(void)
{
if(printf("welcome"))
{}
}

Is This Answer Correct ?    5 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Where are the auto variables stored?

638


Explain how can I prevent another program from modifying part of a file that I am modifying?

650


Which operators cannot be overloaded a) Sizeof b) .* c) :: d) all of the above

666


What do you mean by a sequential access file?

637


What is a string?

674






Sir i need notes for structure,functions,pointers in c language can you help me please

1959


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.

1022


Explain the bubble sort algorithm.

654


Why does this code crash?

629


Write a program, where i have a grid with many cells, how many paths are possible from one point to other desired points.

715


Write a program to check whether a number is prime or not using c?

586


C program to find all possible outcomes of a dice?

1864


Are there constructors in c?

607


Using which language Test cases are added in .ptu file of RTRT unit testing???

3611


How to Throw some light on the splay trees?

625