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

WAP that prints the number from 1 to 100. but for multiplies of three print "XXX" instead of the number and for the multiplies of five print "YYY" . for number which are multiplies of both three and five print "ZZZ"

3 Answers  


Why dont c comments nest?

0 Answers  


Write a c program to demonstrate character and string constants?

0 Answers  


What is a sequential access file?

0 Answers  


What do you mean by c what are the main characteristics of c language?

0 Answers  






Explain what would happen to x in this expression: x += 15; (assuming the value of x is 5)

0 Answers  


What are qualifiers in c?

0 Answers  


what is the output of printf("%d",(scanf("%d",10));

10 Answers  


all c language question

0 Answers   Wipro,


Why & is used in scanf in c?

0 Answers  


What is the use of ?

0 Answers  


could u able to tell about suresoft technical session

1 Answers  


Categories