How can you print HELLO WORLD without using "semicolon"?

Answer Posted / sivasankari

#include <stdio.h>

#define WEE puts( "Hello World!" );

int main( int argc, char * argv[] ) {
WEE

}

Is This Answer Correct ?    0 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

hi friends how r u as soon in satyam my interview is start but i m very confusued ta wat i do plz help me frndz wat can i do plz tell me some question and answers related with "C" which r asked in the interview .

1895


#include show(int t,va_list ptr1) { int a,x,i; a=va_arg(ptr1,int) printf(" %d",a) } display(char) { int x; listptr; va_star(otr,s); n=va_arg(ptr,int); show(x,ptr); } main() { display("hello",4,12,13,14,44); }

762


Define VARIABLE?

684


What is structure in c explain with example?

629


What is declaration and definition in c?

521






Write a program to print all permutations of a given string.

638


When reallocating memory if any other pointers point into the same piece of memory do you have to readjust these other pointers or do they get readjusted automatically?

798


How arrays can be passed to a user defined function

570


Define Spanning-Tree Protocol (STP)

638


How are Structure passing and returning implemented by the complier?

707


What is the purpose of ftell?

595


What is the meaning of typedef struct in c?

584


Explain how can I pad a string to a known length?

643


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

696


How do you view the path?

657