What is the use of #include in c?
No Answer is Posted For this Question
Be the First to Post Answer
Who invented bcpl language?
write a function that accepts an integer/char array and an search item.If the search item is there in the array return position of array and value else return -1.without using other array,without sorting,not to use more than one loop?
How to set file pointer to beginning c?
What's the difference between struct x1 { ... }; and typedef struct { ... } x2; ?
Can you return null in c?
What are the different properties of variable number of arguments?
Explain the Difference between the New and Malloc keyword.
In a switch statement, what will happen if a break statement is omitted?
How do I declare a pointer to an array?
plz answer.. a program that takes a string e.g. "345" and returns integer 345
Can a pointer point to null?
Write a program that takes three variables(a,b,c) in as separate parameters and rotates the values stored so that value a goes to b,b,to c and c to a