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


Please Help Members By Posting Answers For Below Questions

In C language, the variables NAME, name, and Name are all the same. TRUE or FALSE?

991


What is operator promotion?

815


What is the difference between near, far and huge pointers?

826


What is wild pointer in c with example?

777


What is the use of ?

809


Explain the properties of union. What is the size of a union variable

920


How are variables declared in c?

834


Write a program with dynamically allocation of variable.

845


if p is a string contained in a string?

1609


How to explain the final year project as a fresher please answer with sample project

718


#include main() { char s[] = "Bouquets and Brickbats"; printf(" %c, ",*(&s[2])); printf("%s, ",s+5); printf(" %s",s); printf(" %c",*(s+2)); }

905


Which header file is essential for using strcmp function?

1182


If I have a char * variable pointing to the name of a function ..

900


Differentiate between static and dynamic modeling.

835


What are the standard predefined macros?

824