What is a global variable in c?
No Answer is Posted For this Question
Be the First to Post Answer
How do I swap bytes?
write a program to interchange the value between two variable without using loop
What does malloc () calloc () realloc () free () do?
What is openmp in c?
Taking an example,differentiate b/w loader and linker ?
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 void main is used in c?
Why does not c have an exponentiation operator?
What is volatile keyword in c?
How to add two numbers with using function?
Explain the ternary tree?
What does %d do?