What is operator promotion?
No Answer is Posted For this Question
Be the First to Post Answer
What does volatile do?
Write a small C program to determine whether a machine's type is little-endian or big-endian.
What are examples of structures?
How to swap 3 numbers without using 4th variable?
x=y=z=1 z=++x||++y&&++z Printf("%%%d";xyz) what is the values of x,y and z?????
When should you use a type cast?
write a programme to convert temperature from farenheit to celcius?
What would the following code segment printint k = 8;docout << "k = " << k << " ";while k++ < 5; a) 13 b) 5 c) 8 d) pointers
int main() { int x = (2,3,4); int y = 9,10,11; printf("%d %d",x,y); } what would be the output?
While compiling a c program,graphics header files are not including in my program..eg: <graphics.h>,what may be the problem...is there any environment settings exists.
What are categories used for in c?
How to develop software using "c" programming?