What is #line used for?
No Answer is Posted For this Question
Be the First to Post Answer
What is the purpose of ftell?
What does p mean in physics?
What is pointers in c with example?
what is the importance of spanning tree?
Is r written in c?
When should the const modifier be used?
which one is better structure or union?(other than the space occupied )
which of the following shows the correct hierarchy of arithmetic operations in C a) (), **, * or/,+ or - b) (),**,*,/,+,- c) (),**,/,*,+,- d) (),/ or *,- or +
What is the function of ceil(X) defined in math.h do? A)It returns the value rounded down to the next lower integer B)it returns the value rounded up to the next higher integer C)the Next Higher Value D)the next lower value
C program execution always begins with a) #include b) comment (/*-------*/) c) main() d) declaration instructions
What is a structure and why it is used?
Write a C program to check a number even or odd, without using any relational, arithmetic operator and any loops.