What is difference between stdio h and conio h?
No Answer is Posted For this Question
Be the First to Post Answer
identify the in correct expression a.a=b=3=4; b.a=b=c=d=0; float a=int b=3.5; d.int a; float b; a=b=3.5;
Derive the complexity expression for AVL tree?
Define Spanning-Tree Protocol (STP)
please can any one suggest me best useful video tutorials on c i am science graduate.please help me.u can email me to sas29@in.com
hi friends how r u as soon in satyam my interview is start but i m very confusued ta wat i do plz help me frndz wat can i do plz tell me some question and answers related with "C" which r asked in the interview .
0 Answers Aegis, CDAC, Infosys,
Is there any possibility to create customized header file with c programming language?
How can I invoke another program from within a C program?
void main() { int i=5; printf("%d",i++ + ++i); }
if array a conatins 'n' elements and array b conatins 'n-1' elements.array b has all element which are present in array a but one element is missing in array b. find that element.
18 Answers Parexel, Ram Infotech, Zycus Infotech,
What is c language and why we use it?
struct tag{ auto int x; static int y; };main() { struct tag s; s.x=4; s.y=5; printf(ā%dā,s.x); }
what is c