What are header files? What are their uses?
No Answer is Posted For this Question
Be the First to Post Answer
What is a pointer in c plus plus?
Explain 'far' and 'near' pointers in c.
When should the const modifier be used?
What are the key features of C?
find out largest elemant of diagonalmatrix
swap 2 numbers without using third variable?
tell me the full form of c?
can we declare a function inside the structure? ex: struct book { int pages; float price; int library(int,float); }b; is the above declaration correct? as it has function declaration?
Tell me is null always defined as 0(zero)?
program to find out date after adding 31 days to a date in the month of febraury also consider the leap year
What is the meaning of this decleration? unsigned char (*pArray[10][10]); please reply.
why we are using float in C