What is calloc()?
No Answer is Posted For this Question
Be the First to Post Answer
what is c
What is the difference between scanf and fscanf?
What does sizeof return c?
how to find the sizof of any datatype using bit manipulations
What is extern storage class in c?
Draw a flowchart to produce a printed list of all the students over the age of 20 in a class .The input records contains the name and age of students. Assume a sentinel value of 99 for the age field of the trailer record
String concatenation
what is an inline function?
Write a program for deleting duplicate elements in an array
Tell me what is the purpose of 'register' keyword in c language?
WAP to accept rollno,course name & marks of a student & display grade if total marks is above 200?
I have one doubt. What does below statement mean? #define sizeof(operator) where operator can be int or float etc. Does this statement meaningful and where it can be used?