What is the use of sizeof?
No Answer is Posted For this Question
Be the First to Post Answer
any "C" function by default returns an a) int value b) float value c) char value d) a & b
prog for 1st five prime numbers in 2^x - 1
12345 1234 123 12 1
Why we use void main in c?
Using which language Test cases are added in .ptu file of RTRT unit testing???
How pointers are declared?
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
What is a good data structure to use for storing lines of text?
Is main is a keyword in c?
while initialization of array why we use a[][2] why not a[2][]...?
program to convert a integer to string in c language'
Declare the structure which contains the following members and write in C list of all students who score more than 75 marks. Roll No, Name, Father Name, Age, City, Marks.