Answer Posted / shruti
arthi computers..
i think 5 characters is 0 - 5 and not 1- 5...
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
Why do we use int main instead of void main in c?
in case any function return float value we must declare a) the function must be declared as 'float' in main() as well b) the function automatically returned float values c) function before declared 'float' keyword d) all the above
What is malloc calloc and realloc in c?
‘SAVEPOINT’ and ‘ROLLBACK’ is used in oracle database to secure the data comment. Give suitable examples of each with sql command.
What is a pointer in c?
What is an example of structure?
Tell me what is null pointer in c?
What are # preprocessor operator in c?
Explain the advantages and disadvantages of macros.
Write a program to know whether the input number is an armstrong number.
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.
Describe dynamic data structure in c programming language?
How would you obtain the current time and difference between two times?
What is the difference between array and linked list in c?
What is nested structure?