What is a program?
No Answer is Posted For this Question
Be the First to Post Answer
Explain how can type-insensitive macros be created?
Is that possible to add pointers to each other?
Explain what does the function toupper() do?
What is a node in c?
being a chemical engineer and with an aggregate of 80% why you opt for TCS and not your core industry?
Explain the use of bit fieild.
how to find the sizof of any datatype using bit manipulations
how to find out the union of two character arrays?
what is the size of an integer variable?
Write a program to show the workingof auto variable.
Tell us bitwise shift operators?
FIND THE OUTPUT IF THE INPUT IS 5 5.75 void main() { int i=1; float f=2.25; scanf("%d%f",&i,&f); printf("%d %f",,i,f); } ANSWER IS 5 AND 2.25 WHY?