in linking some of os executables are linking name some of them
No Answer is Posted For this Question
Be the First to Post Answer
Why do we use header files in c?
How will you allocate memory to double a pointer?
Tell us the difference between these two : #include"stdio.h" #include<stdio.h> define in detial.
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
what is void pointer?
How do you determine if a string is a palindrome?
What are nested functions in c?
Tell us bitwise shift operators?
How many data structures are there in c?
What is the importance of c in your views?
How many types of functions are there in c?
How do you define a string?