Disadvantages of C language.
No Answer is Posted For this Question
Be the First to Post Answer
What is use of pointer?
give an example of type casting by a simple c program
Which is better between malloc and calloc?
what is difference between ANSI structure and C99 Structure?
1 What is a Data Structure?
How do you define CONSTANT in C?
why we wont use '&' sing in aceesing the string using scanf
What is the easiest sorting method to use?
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
Does c have an equivalent to pascals with statement?
What is the difference b/w Structure & Array?
how to find sum of 5 digits in C?