How many types of functions are there in c?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

Explain how does free() know explain how much memory to release?

0 Answers  


How pointers are declared?

0 Answers  


What is struct node in c?

0 Answers  


extern static int i func() { i =10; i++; printf("%d \n",i); } main() { i =20; printf("%d \n",i); func(); printf("%d \n",i); }

2 Answers  


what is default constructor?

2 Answers   HCL,


What does c mean before a date?

0 Answers  


What are directives in c?

0 Answers  


What does the file stdio.h contain?

0 Answers  


How does the assert() function work?

2 Answers  


What is volatile in c language?

2 Answers   HCL, TCS,


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

0 Answers   XYZ,


How can you convert integers to binary or hexadecimal?

0 Answers  


Categories