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

What is putchar() function?

0 Answers  


What is the value of uninitialized variable in c?

0 Answers  


main() { int x=5; printf("%d %d %d\n",x,x<<2,x>>2); } what is the output?

9 Answers   Ramco,


What is the difference between int main and void main in c?

0 Answers  


What does dm mean sexually?

0 Answers  






hi, which software companys will take,if d candidate's % is jst 55%?

0 Answers  


int a=20; int b=30; int c=40; printf("%d%d%d"); what will be the output?

5 Answers   CMC,


Draw a diagram showing how the operating system relates to users, application programs, and the computer hardware ?

0 Answers  


pgm to find number of words starting with capital letters in a file(additional memory usage not allowed)(if a word starting with capital also next letter in word is capital cann't be counted twice)

2 Answers   Subex, Wipro,


What are the uses of null pointers?

0 Answers  


What does stand for?

0 Answers  


C program to find all possible outcomes of a dice?

0 Answers  


Categories