Difference between macros and inline functions? Can a function be forced as inline?
No Answer is Posted For this Question
Be the First to Post Answer
Is null always equal to 0(zero)?
difference between function & structure
What is the difference between malloc calloc and realloc in c?
What is a pointer?
Explain how can I manipulate strings of multibyte characters?
Write a program that accept anumber in words
Explain the use of 'auto' keyword
How can I check whether a file exists? I want to warn the user if a requested input file is missing.
How can I find leaf node with smallest level in a binary tree?
What is #include stdlib h?
How can we allocate array or structure bigger than 64kb?
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