write a c program to print "Welcome" without using semicolon
in the whole program ??
Answer Posted / manikandan
while(printf("welcome"))
{
}
| Is This Answer Correct ? | 13 Yes | 16 No |
Post New Answer View All Answers
What are external variables in c?
Why is it important to memset a variable, immediately after allocating memory to it ?
What are the ways to a null pointer can use in c programming language?
Write a code to generate a series where the next element is the sum of last k terms.
What is preprocessor with example?
What extern c means?
write a program in C that prompts the user for today's date,tomorrow's date and display the results.Use structures for today's date,tomorrow's date and an array to hold the days for each month of the year.
What language is lisp written in?
Where we use clrscr in c?
A program is required to print your biographic information including: Names, gender, student Number, Cell Number, line of study and your residential address.
What are linked lists in c?
What is the correct declaration of main?
A collection of data with a given structure for excepting storing and providing on demand data for multiple users a) linked list b) datastructer c) database d) preprocessor
What is %d called in c?
How can you check to see whether a symbol is defined?