How is null defined in c?
No Answer is Posted For this Question
Be the First to Post Answer
Explain #pragma in C.
What is floating point constants?
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,
Why c is procedure oriented?
hi... can anyone help me to make a two-dimensinal arrays in finding the sum of two elements plzzz. thnx a lot...
What are the disadvantages of external storage class?
Write code for finding depth of tree
Difference between Shallow copy and Deep copy?
What is a global variable in c?
Tell me about low level programming languages.
What is a stream?
Explain how does flowchart help in writing a program?