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
Tell us bitwise shift operators?
Why we not create function inside function.
Can static variables be declared in a header file?
What is %d called in c?
What are control structures? What are the different types?
Is r written in c?
You are given a string which contains some special characters. You also have set of special characters. You are given other string (call it as pattern string). Your job is to write a program to replace each special characters in given string by pattern string. You are not allowed to create new resulting string. You need to allocate some new memory to given existing string but constraint is you can only allocate memory one time. Allocate memory exactly what you need not more not less.
What is an example of structure?
Explain what is a pragma?
swap 2 numbers without using third variable?
Why is not a pointer null after calling free? How unsafe is it to use (assign, compare) a pointer value after it is been freed?
What is your favorite subject?
1 Answers Ericsson, Invendis, Tech Mahindra,