writ a program to compare using strcmp VIVA and viva with its
output.
No Answer is Posted For this Question
Be the First to Post Answer
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
What is c value paradox explain?
What are the disadvantages of c language?
12344321 123 321 12 21 1 1 how i print this program??
5 Answers DSR Management, Winit,
What is ## preprocessor operator in c?
Is the following code legal? struct a { int x; struct a b; }
write a program which counts a product of array elements lower than 10.
Write a c program to demonstrate Type casting in c?
when to use : in c program?
What should malloc(0) do?
what is the answer for it main() { int i; clrscr(); printf("%d",&i)+1; scanf("%d",i)-1; }
What is meant by operator precedence?