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


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

#define swap1(a,b) a=a+b;b=a-b;a=a-b; main() { int x=5,y=10; swap1(x,y); printf("%d %d\n",x,y); swap2(x,y); printf("%d %d\n",x,y); } int swap2(int a,int b) { int temp; temp=a; b=a; a=temp; return; } what are the outputs?

4 Answers   Ramco,


why i join syntel?

23 Answers   ABC, Syntel, TCS,


What is %d used for?

0 Answers  


What is getch?

0 Answers  


program to find error in linklist.(i.e find whether any node point wrongly to previous nodes instead of next node)

0 Answers   Huawei,






what defference between c and c++ ?

6 Answers  


What is operator promotion?

0 Answers  


How can I access memory located at a certain address?

3 Answers   Verizon,


why u join this call center?

6 Answers   DELL,


How do you write a program which produces its own source code as its output?

4 Answers  


How can I find leaf node with smallest level in a binary tree?

1 Answers  


write a program for even numbers?

19 Answers   TCS,


Categories