Explain argument and its types.
No Answer is Posted For this Question
Be the First to Post Answer
Can we change the value of static variable in c?
Give differences between - new and malloc() , delete and free() ?
What’s a signal? Explain what do I use signals for?
What is getch () for?
what type of questions arrive in interview over c programming?
What is 1d array in c?
a construct the"else" part of "if" statement contains anoth "if else" statement is called a) if-else b) else-if-else c) if-else-if-else d) chain if/if-else-if
What is malloc() function?
What does s c mean on snapchat?
what is the difference between entry control and exit control statement?
12 Answers Darbari Lal DAV Model School,
what is the output of below code int x=8,y; x>>=2; y=x; what is y value. NOTE:EXPLANATION IS COMPALSARY with binary bits
#include<stdio.h> #include<conio.h> void main() { int m=0111,n=20; printf("%d%d\n",m,n); getch(); }