Explain output of printf("Hello World"-'A'+'B'); ?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

Can a local variable be volatile in c?

0 Answers  


Explain what are header files and explain what are its uses in c programming?

0 Answers  


print the pattern 1 2 4 3 6 9 4 8 12 16 5 10 15 20 25 if n=5

3 Answers   Winit,


Write a small C program to determine whether a machine's type is little-endian or big-endian.

5 Answers   nvidia,


Can you subtract pointers from each other? Why would you?

0 Answers  






Explain what is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?

0 Answers  


Compare interpreters and compilers.

0 Answers  


Determine the code below, tell me exactly how many times is the operation sum++ performed ? for ( i = 0; i < 100; i++ ) for ( j = 100; j > 100 - i; j--) sum++;

5 Answers   ITCO, Wipro,


Is stack a keyword in c?

0 Answers  


print 1-50 with two loop & two print Statement

2 Answers  


How would you sort a linked list?

1 Answers  


Which of the following are valid "include" formats? A)#include and #include[file.h] B)#include (file.h) and #include C)#include [file.h] and #include "file.h" D)#include <file.h> and #include "file.h"

15 Answers   Accenture,


Categories