In C program, at end of the program we will give as "return 0"
and "return 1", what they indicate? Is it mandatory to specify
them?
Answer Posted / ritu
yes
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the use of header?
Create a structure to specify data on students given below: Roll number, Name, Department, Course, Year of joining Assume that there are not more than 450 students in the college. 1.write a function to print names of all students who joined in a particular year 2.write a function to print the data of a student whose roll number is given
What is a file descriptor in c?
What is gets() function?
What is the use of bitwise operator?
With the help of using classes, write a program to add two numbers.
Q.1 write a program to create binary tree 1 to 16 numbers? Q.2 write a program to creat a binary search tree for the member that is given by user?
What does printf does?
Can math operations be performed on a void pointer?
write a program to reverse a every alternetive words in a string in a place. EX: Input is "this is the line of text" Output should be "shit is eht line fo text" Please any one tell me code for that.
What is string function c?
What are global variables and how do you declare them?
program to convert a integer to string in c language'
What are qualifiers?
write a c program for swapping two strings using pointer