what is the basis for selection of arrays or pointers as
data structure in a program
What are qualifiers in c?
Explain the difference between ++u and u++?
How to Throw some light on the splay trees?
what defference between c and c++ ?
What is the difference between specifying a constant variable like with constant keyword and #define it? i.e what is the difference between CONSTANT FLOAT A=1.25 and #define A 1.25
How can I invoke another program from within a C program?
my name is nani i completed my b-tech in hyd now i want go for interveiw but i dont know the process of software field interveiws plz help me anyone how many rouds there n what rounds plz plz plz help me n where i can get these details
Explain is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
what will be the output of this program........ main() { int a=2,b=4,c=6; printf("%d"); } why it gives the value of third variable.
what is y value of the code if input x=10 y=5; if (x==10) else if(x==9) elae y=8; a.9 b.8 c.6 d.7
What is a lvalue
What is a memory leak in structures? How can we rectify that?