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

What is the ANSI C Standard?

0 Answers   Celstream,


What are types of functions?

0 Answers  


What is the difference between fread and fwrite function?

0 Answers  


main() { int a,b; printf("%d,%d",scanf("%d%d",&a,&b)); } => do u mean above program's output... =>output will be:2,whatever you enter value for b. =>because scanf is a library fn which will return how many arguements it processes, and second value you are right mr.Satya but i found my self unable to understand that for the first time scanf returns the no of successful matches but how for the second time it returns the value of 'b'.while a function should return the same 'r' value every time.

1 Answers   Cisco,


Write a program to display all the prime nos from 1 to 1000000, your code should not take time more than a minute to display all the nos.

0 Answers  


What are high level languages like C and FORTRAN also known as?

0 Answers  


What is the heap in c?

0 Answers  


printf(), scanf() these are a) library functions b) userdefined functions c) system functions d) they are not functions

0 Answers  


without using control structures and control structures find the max and min of given 2 nos

1 Answers   HCL,


Finding first/last occurrence of a character in a string without using strchr( ) /strrchr( ) function.

2 Answers  


what is the difference between #include<> and #include”…”?

5 Answers  


WHAT IS LOW LEVEL LANGUAGE?

2 Answers  


Categories