What is bubble sort technique in c?
No Answer is Posted For this Question
Be the First to Post Answer
write a c program to print "Welcome" without using semicolon in the whole program ??
What is use of #include in c?
main() { float f1=10.5; double db1=10.5 if(f1==db1) printf("a"); else printf("b") }
Is the below things valid & where it will be stored in memory layout ? static const volatile int i; register struct { } ; static register;
wap in c to accept n number display the highest and lowest value
How do you prevent buffer overflows in C?
How do we declare variables in c?
The difference between printf and fprintf is ?
Why cann't whole array can be passed to function as value.
how should functions be apportioned among source files?
Explain what is dynamic data structure?
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,