What is a constant and types of constants in c?
No Answer is Posted For this Question
Be the First to Post Answer
Explain how can type-insensitive macros be created?
write a program to check whether a given integer is a strong number or not? [Hint: 145=1!+4!+5! =1+24+120 =145]
The % symbol has a special use in a printf statement. How would you place this character as part of the output on the screen?
which of the function operator cannot be over loaded a) <= b)?: c)== d)*
10 Answers Cisco, CTS, Google, HCL, HP,
i=10,j=20 j=i,j?(i,j)?i:j:j print i,j
Explain setjmp()?
what would be the output of the follwing struct st { char name[20]; int i; float f; }; main() { struct st emp = {"forum"}; printf("%d %f",emp.i,emp.f); }
What is scope and lifetime of a variable in c?
What is hashing in c?
Can you define which header file to include at compile time?
What is difference between stdio h and conio h?
How to add two numbers without using semicolon at runtime