What is the code in while loop that returns the output of given code?
No Answer is Posted For this Question
Be the First to Post Answer
What is difference between structure and union?
Why flag is used in c?
how to find that no is int or float?
What is .obj file in c?
Explain how can you determine the size of an allocated portion of memory?
What is volatile variable in c with example?
Can you assign a different address to an array tag?
How do you access command-line arguments?
what is the output? #define fun(a,b,t) (g ##t=(a),(a)=(b),(b)=g##t) float gfloat; main() { float a=1.12,b=3.14; fun (a,b,float); printf("na=%4.2f,b=%4.2f",a,b); } A)Error in Defining Macro B)a=1.12,b=3.14 C)a=3.14,b=1.12 D)None of the Above
3 Answers Accenture, Infosys, Wipro,
What do you mean by a sequential access file?
though sbi was nationalized why its not comes under nationalized banks and its comes under publicsector banks
3 Answers State Bank Of India SBI,
how to swap 2 numbers in a single statement?