What is a nested formula?
No Answer is Posted For this Question
Be the First to Post Answer
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
Which of the following about the C comments is incorrect ? a.commentscan go over multiple lines b.comments can start any where in the line c.a line can contain comments with out any language statements d.comments can occur within comments
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.
explain what are actual arguments?
What should be keep precautions while using the recursion method?
Explain what are binary trees?
Why c is called procedure oriented language?
What are pointers in C?
Write a program to produce the following output in c language? 1 1 1 1 2 1 1 3 3 1 1 4 6 4 1
define function
Program to find the absolute value of given integer using Conditional Operators
difference between spiral and waterfall model