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
What is the difference between NULL and NUL?
what is diff between localstatic and globalstatis variable possible 2 use in another file...?
accept character from keyboard untill the user presses the enter key.If the user enters any character other than upper case(A-Z)alphabets program should stop taking any input
Why is c called a mid-level programming language?
Explain the use of 'auto' keyword in c programming?
Print the foll in C...eg when n=5 the o/p must b + + + + + + + + + + + + + + + + +
tell me the full form of c?
Is a house a shell structure?
What is wrong with this statement? Myname = 'robin';
There are N egg baskets and the number of eggs in each basket is a known quantity. Two players take turns to remove these eggs from the baskets. On each turn, a player must remove at least one egg, and may remove any number of eggs provided they all belong to the same basket. The player picking the last egg(s) wins the game. If you are allowed to decide who is going to start first, what mathematical function would you use to decide so that you end up on the winning side? Upload a C program to demonstrate the behaviour of the game.
How pointer is benefit for design a data structure algorithm?
How many keywords are there in c?