What is operator promotion?


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

Post New Answer

More C Interview Questions

How do you write a program which produces its own source code as its output?

4 Answers  


What are identifiers in c?

0 Answers  


Explain what is the difference between functions abs() and fabs()?

0 Answers  


program to find which character is occured more times in a string and how many times it has occured? for example in the sentence "i love india" the output should be i & 3.

3 Answers  


What extern c means?

0 Answers  






What does #pragma once mean?

0 Answers   Celstream,


How many levels of pointers have?

0 Answers  


application of static variables in real time

1 Answers   Bosch,


Why are all header files not declared in every c program?

0 Answers  


Write a code to generate divisors of an integer?

0 Answers   Ericsson,


# define x=1+4; main() { int x; printf("%d%d",x/2,x/4); }

5 Answers  


Read N characters in to an array . Use functions to do all problems and pass the address of array to function. 1. Print only the alphabets . If in upper case print in lower case vice versa.

1 Answers  


Categories