Why is event driven programming or procedural
programming, better within specific scenario?
No Answer is Posted For this Question
Be the First to Post Answer
What are the 32 keywords in c?
I want tcs placement papers of 2004-2009 , its urgent
can we write a c program with out using main
which is conditional construct a) if statement b) switch statement c) while/for d) goto
How to find the usage of memory in a c program
what is diference between return 0 and return NULL??
What is variable in c with example?
how to create duplicate link list using C???
Write a C program to fill a rectangle using window scrolling
Identify the correct argument for the function call fflush () in ANSI C: A)stdout B)stdin C)stderr D)All the above
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,
Binary tree traversing