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
why we need function pointers?
How many bytes are occupied by near, far and huge pointers (dos)?
main() { int i=5; printf("%d%d%d%d",i++,i--,i); }
IS STRUCTURES CAN BE USED WITHIN AN ARRAY?
What is period operator in c?
WRITE A PROGRAM TO MERGE TWO SORTED ARRAY USING MERGE SORT TECHNIQUE..
program to find error in linklist.(i.e find whether any node point wrongly to previous nodes instead of next node)
What is actual argument?
What is sizeof in c?
what r the cpu registers r ther?
input any 4 digit number and find the difference of all the digits?
write a program for 7*8 = 56 ? without using * multiply operator ? output = 56