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
write a program to copy the string using switch case?
write a program using linked list in which each node consists of following information. Name[30] Branch Rollno Telephone no i) Write the program to add information of students in linked list
What is the code for 3 questions and answer check in VisualBasic.Net?
What are volatile variables in c?
What is the difference between mpi and openmp?
What is the difference between fread and fwrite function?
What library is sizeof in c?
What is main () in c?
What is data structure in c language?
What is binary tree in c?
Are pointers really faster than arrays?
What is a structural principle?
What is a nested formula?
What is array within structure?
What is data types?