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
Explain what are multibyte characters?
What is getch c?
What is the size of a union variable?
Why clrscr is used after variable declaration?
What is the best way of making my program efficient?
I was asked to write a program in c which when executed displays how many no.of clients are connected to the server.
What are multibyte characters?
What is chain pointer in c?
What are the advantages of union?
What are # preprocessor operator in c?
what are the 10 different models of writing an addition program in C language?
What is register variable in c language?
write a program to reverse a every alternetive words in a string in a place. EX: Input is "this is the line of text" Output should be "shit is eht line fo text" Please any one tell me code for that.
hello freinds next week my interview in reliance,nybody has an idea about it intervew questions..so tell
Create a simple code fragment that will swap the values of two variables num1 and num2.