Answer Posted / mohan
c is a block structured programing language,
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
How many types of functions are there in c?
What is include directive in c?
Can you return null in c?
what is ur strangth & weekness
What is %lu in c?
Do you know null pointer?
What is table lookup in c?
How can you avoid including a header more than once?
The postoder traversal is 7,14,3,55,22,5,17 Then ur Inorder traversal is??? please help me on this
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.
Ow can I insert or delete a line (or record) in the middle of a file?
How do you view the path?
How do you write a program which produces its own source code as output?
What are qualifiers in c?
What is the meaning of && in c?