What is the use of sizeof () in c?
No Answer is Posted For this Question
Be the First to Post Answer
What are # preprocessor operator in c?
Define a structure to store roll no, name and marks of a student. Using the structure of above write a ‘C’ program to create a file “student.dat”. There must be one record for every student in the file. Accept the data from the user.
from which concept of 'c', the static member function of 'c++' has came?
who is the founder of c
19 Answers College School Exams Tests, HP,
what will be the output of the following program, justify? #define TEST int TEST getdata() { static i; i+=10; return i; } main() { int k; k = getdata(); }
get any number as input except 1 and the output will be 1.without using operators,expressions,array,structure.don't print 1 in printf statement
Is fortran still used today?
What is hashing in c?
write a program to display all prime numbers
how could explain about job profile
Are local variables initialized to zero by default in c?
what is a NULL Pointer? Whether it is same as an uninitialized pointer?