What is the difference between #include and #include 'file' ?
No Answer is Posted For this Question
Be the First to Post Answer
what is the use of bitfields & where do we use them?
How can I get Single byte from 'int' type variable? Can we alter single bit or multiple bits in int type variable? if so, How?
to get a line of text and count the number of vowels in it
What is diffrance between declaration and defination of a variable or function
Program to trim a given character from a string.
Explain how do you determine the length of a string value that was stored in a variable?
find the value of y y = 1.5x+3 for x<=2 y = 2x+5 for x>2
class foo { public: static int func(const char*& p) const; }; This is illegal, why?
What are the key features in c programming language?
write a program to sort the elements in a given array in c language
LOGIC OF Bodmas?
How do we select the big element or any other operation from array which is read dynamically. user need to give the elements only no need to mention the size.