What is unsigned int in c?
No Answer is Posted For this Question
Be the First to Post Answer
what is inline function?
Create a structure to specify data on students as given below: Roll number, Name, Department, Course, and Year of joining. Assume that there are not more than 450 students in the collage. (a) Write a function to print the names of all students who joined in the last 3 years. (b) Write a function to print the data of a student whose roll numbers are divisible by 4.
what will be the output of this program........ main() { int a=2,b=4,c=6; printf("%d"); } why it gives the value of third variable.
Describe the header file and its usage in c programming?
When should the register modifier be used? Does it really help?
What are the different types of objects used in c?
What is dynamic variable in c?
the number of measuring units from a arbitrary starting point in a record area or control block to some other point a) branching b) recording pointer c) none d) offset
How do I use strcmp?
what is meant by c
wat is the difference between a definition and declaration? float y;---it looks like a declaration..but it s a definition.how?someone explain
Do you know the use of fflush() function?