Are the outer parentheses in return statements really optional?
No Answer is Posted For this Question
Be the First to Post Answer
Write a program to accept a character & display its corrosponding ASCII value & vice versa?
main() { int i=400,j=300; printf("%d..%d"); }
What is the difference between the = symbol and == symbol?
What are the general description for loop statement and available loop types in c?
How would you use the functions fseek(), freed(), fwrite() and ftell()?
0 Answers Aspire, Infogain, TISL,
What is the mean of this statement:: if(int i=0 * i=9)
Explain what are reserved words?
What is malloc() function?
show how link list can be used to repersent the following polynomial i) 5x+2
write a program to print calender using for loop.
What is the difference between array and pointer?
I have a varargs function which accepts a float parameter?