what will be the output for the following
main()
{
printf("hi" "hello");
}

Answers were Sorted based on User's Feedback



what will be the output for the following main() { printf("hi" "hello"); }..

Answer / sumesh

the output of this question will be hihello (without any blank space).

Is This Answer Correct ?    28 Yes 2 No

what will be the output for the following main() { printf("hi" "hello"); }..

Answer / manishsoni

can any one tell me hows the answer is:
hihello

Is This Answer Correct ?    2 Yes 0 No

what will be the output for the following main() { printf("hi" "hello"); }..

Answer / manoj

it raises an error

Is This Answer Correct ?    4 Yes 3 No

what will be the output for the following main() { printf("hi" "hello"); }..

Answer / chaitu

the output of this is "hihello"

Is This Answer Correct ?    3 Yes 3 No

what will be the output for the following main() { printf("hi" "hello"); }..

Answer / prabu

The output will be
hi hello

Is This Answer Correct ?    1 Yes 8 No

Post New Answer

More C Interview Questions

Is there a built-in function in C that can be used for sorting data?

0 Answers  


How can this be legal c?

0 Answers  


A B C D E F G F E D C B A A B C D E F F E D C B A A B C D E E D C B A A B C D D C B A A B C C B A A B B A A A

2 Answers  


main() { inta=10,b=20; a>=5?b=100:b=200; printf("%d ",b); }

0 Answers   Wilco,


What is strcmp in c?

0 Answers  


what is the definition of storage classes?

3 Answers   Wipro,


What are the types of data types and explain?

0 Answers  


Where register variables are stored in c?

0 Answers  


Explain the use of 'auto' keyword

0 Answers  


What is null character in c?

0 Answers  


Explain how do you generate random numbers in c?

0 Answers  


write the program for prime numbers?

73 Answers   Accenture, Aptech, Infosys, TCS,


Categories