What is the significance of c program algorithms?
No Answer is Posted For this Question
Be the First to Post Answer
How many types of functions are there in c?
What is && in c programming?
program to find the second largest word in a paragraph amongst all words that repeat more thn twice
WAP – represent a char in binary format
fn f(x) { if(x<=0) return; else f(x-1)+x; }
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
Is the exit() function same as the return statement? Explain.
0 Answers Agilent, ZS Associates,
what is the diference between pointer to the function and function to the pointer?
Why flag is used in c?
What are the different flags in C? And how they are useful? And give example for each in different consequences?
What is pass by reference in functions?
How can you determine the maximum value that a numeric variable can hold?