Study the following C program :call_me (myvar)int myvar;{ myvar +- 5; }main(){int myvar;myvar = 3;call_me(myvar);printf("%d
",myvar);What will be printed

a) 3

b) 5

c) 8

d) symbol


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

Post New Answer

More C Interview Questions

Write a program in C for showing working of different logical operator in C. Your program should guide users with proper message/menu on the console.

3 Answers   HCL,


How can I increase the allowable number of simultaneously open files?

1 Answers   CSC,


How can I rethow can I return a sequence of random numbers which dont repeat at all?

0 Answers  


How can I do serial ("comm") port I/O?

0 Answers   Celstream,


write a C program to print the program itself ?!

16 Answers   TCS,






How can I call a function with an argument list built up at run time?

0 Answers  


please send me papers for Dy. manager IT , PNB. it would be a great help for me.

0 Answers  


What is volatile variable in c?

0 Answers  


4. main() { int c=- -2; printf("c=%d",c); }

0 Answers  


hi send me sample aptitude papers of cts?

0 Answers  


What is #line in c?

0 Answers  


Why main function is special give two reasons?

0 Answers  


Categories