Answer Posted / kalyan
Void Doesn't Return any value instead u using int u need to
written any valu but void does n't return any value
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Is there sort function in c?
What are the back slash character constants or escape sequence charactersavailable in c?
Can a variable be both static and volatile in c?
Create a structure to specify data on students as given below: Roll number, Name, Department, Course, and Year of joining. Assume that there are not more than 450 students in the collage. (a) Write a function to print the names of all students who joined in the last 3 years. (b) Write a function to print the data of a student whose roll numbers are divisible by 4.
how can f be used for both float and double arguments in printf? Are not they different types?
int i=10; printf("%d %d %d", i, i=20, i);
What is 'bus error'?
What are the 3 types of structures?
Explain two-dimensional array.
How can you increase the size of a dynamically allocated array?
How reliable are floating-point comparisons?
What is the purpose of void in c?
explain what is an endless loop?
Can one function call another?
How will you divide two numbers in a MACRO?