What is dynamic variable in c?
No Answer is Posted For this Question
Be the First to Post Answer
int x=sizeof(!5.856); What will value of variable x?
What is meant by inheritance?
#ifdef TRUE int I=0; #endif main() { int j=0; printf("%d %d\n",i,j); }
why r u join this company? give solid resons.
16 Answers IBM, Infosys, TCS,
a=(1,2,3); b=1,2,3; c=1,(2,3); d=(1,2),3; what's the value of 'a','b','c','d'
What is array within structure?
any function have arguments one or more OR not . it is compulsary a) any function compulsary have one or more arguments b) any function did not have arguments. It is not compulsary c) it is optional it is not compulsary d) none of the above
main() { int arr[5]={23,67}; printf("%d%d%d",arr[2],arr[3],arr[4]); }
What is the use of a ‘