Should a function contain a return statement if it does not return a value?
No Answer is Posted For this Question
Be the First to Post Answer
What is structure of c program?
What is #include called?
What is page thrashing?
if a is an integer variable, a=5/2; will return a value a) 2.5 b) 3 c) 2 d) 0
what is mean by Garbage collection ? Please answer me. Advance thanks.
what will be the output of "printf("%d%d",scanf("%d% d",&a,&b))".provide an explation regarding the question
If the static variable is declared as global, will it be same as extern?
write a programme that inputs a number by user and gives its multiplication table.
Is it better to bitshift a value than to multiply by 2?
please give me some tips for the placement in the TCS.
main() { int i = -3,j=2,k=0,m; m= ++i || ++j && ++k; printf("%d%d%d",i,j,k,m); }
Who invented bcpl language?