What is a wrapper function in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference b/w Structure & Class?
Differentiate between full, complete & perfect binary trees.
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
#define MAX 3 main() { printf("MAX = %d ",MAX ); #undef MAX #ifdef MAX printf("Vector Institute”); #endif }
What is the use of define in c?
Do you know what is the purpose of 'extern' keyword in a function declaration?
main is a predefined or user define function if user defined why? if predefined whay?
I was asked to write a program in c which when executed displays how many no.of clients are connected to the server.
will u please send me the placement papers to my mail???????????????????
Why doesn't C have nested functions?
how to go with this?
What oops means?