What is operator promotion?


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

Post New Answer

More C Interview Questions

WHAT IS FLOAT?

3 Answers  


which is the best site or book for learning C...and i need the content for C..how to get the good programming skills....? can plz suggest me....

2 Answers  


How can I read a directory in a c program?

1 Answers   CSC,


write a program to print largest number of each row of a 2D array

0 Answers  


When should a type cast not be used?

0 Answers  






What is #pragma statements?

0 Answers  


How can you avoid including a header more than once?

0 Answers  


Sir,please help me out with the output of this programme:- #include<stdio.h> #include<conio.h> void main() { int a=18,b=12,i; for(i=a<b?a:b;a%i||b%i;i--); printf("%d %d",i); }

4 Answers  


Define Array of pointers.

0 Answers  


array contains zeros and ones as elements.we need to bring zeros one side and one other side in single parse. ex:a[]={0,0,1,0,1,1,0,0} o/p={0,0,0,0,0,1,1,1}

12 Answers   Google, Motorola,


What is merge sort in c?

0 Answers  


By using C language input a date into it and if it is right?

0 Answers   Aricent,


Categories