Answer Posted / pradeep
void main might return a value.
you should not assign to other variable.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
what is bit rate & baud rate? plz give wave forms
What are the types of macro formats?
What is function prototype?
What is the difference between āgā and āgā in C?
What would be an example of a structure analogous to structure c?
What is difference between class and structure?
What is the condition that is applied with ?: Operator?
What is the scope of global variable in c?
What is ## preprocessor operator in c?
What is build process in c?
Why is c platform dependent?
Is r written in c?
a number whose only prime factors are 2,3,5, and 7 is call humble number,,write a program to find and display the nth element in this sequence.. sample input : 2,3,4,11,12,13, and 100.. sample output : the 2nd humble number is 2,the 3rd humble number is 3,the 4th humble number is ,the 11th humble number is 12, the 12th humble number is 14, the 13th humble number is 15, the 100th humble number is 450.
Can you assign a different address to an array tag?
What does the error message "DGROUP exceeds 64K" mean?