What is operator promotion?


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

Post New Answer

More C Interview Questions

the constant value in the case label is followed by a a) semicolon b) colon c) braces d) none of the above

0 Answers  


What character terminates all strings composed of character arrays? 1) 0 2) . 3) END

3 Answers  


Explain how do you list a file’s date and time?

0 Answers  


What is a memory leak? How to avoid it?

1 Answers  


what is the structure?

4 Answers   TCS,






Explain can static variables be declared in a header file?

0 Answers  


Why static variable is used in c?

0 Answers  


Write an algorithm for a program that receives an integer as input and outputs the product of of its digits. E.g. 1234 = 24, 705 = 0

4 Answers  


WHAT IS MAXIMUM SIZE OF AN ARRAY IN C LANGUAGE?

8 Answers   Carphone Warehouse, IBM, SAS,


A marketing company wishes to construct a decision table to decide how to treat clients according to three characteristics: Gender, City Dweller, and age group: A (under 30), B (between 30 and 60), C (over 60). The company has four products (W, X, Y and Z) to test market. Product W will appeal to female city dwellers. Product X will appeal to young females. Product Y will appeal to Male middle aged shoppers who do not live in cities. Product Z will appeal to all but older females.

2 Answers  


what is the difference between these initializations? Char a[]=”string”; Char *p=”literal”; Does *p++ increment p, or what it points to?

4 Answers  


how to write a program which adds two numbers without using semicolon in c

2 Answers  


Categories