What is the difference between fread buffer() and fwrite buffer()?
No Answer is Posted For this Question
Be the First to Post Answer
Is using exit() the same as using return?
In a byte, what is the maximum decimal number that you can accommodate?
Display names and numbers of employees who have 5 years or more experience and salary less than Rs.15000 using array of structures (name, number, experience and salary)
main(){char *str;scanf("%s",str);printf("%s",str); }The error in the above program is: a) Variable 'str' is not initialised b) Format control for a string is not %s c) Parameter to scanf is passed by value. It should be an address d) none
Why the use of alloca() is discouraged?
What is assert and when would I use it?
What is the main differences between C and Embedded C?
what is the significance of static storage class specifier?
Explain what is a stream?
What is difference between array and structure in c?
in multiple branching construct "default" case is a) optional b) compulsarily c) it is not include in this construct d) none of the above
Do you know what is the purpose of 'extern' keyword in a function declaration?