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 bash c?
Given an array of numbers, except for one number all the others occur twice. Give an algorithm to find that number which occurs only once in the array.
what is the difference between structural,object based,object orientd programming languages?
What is the right type to use for boolean values in c? Is there a standard type? Should I use #defines or enums for the true and false values?
What is meant by gets in c?
What are the types of type qualifiers in c?
What is hashing in c language?
#include<stdio.h> { printf("Hello"); } how compile time affects when we add additional header file <conio.h>.
What are header files in c?
What is meant by initialization and how we initialize a variable?
diff .between strcture and union
List some applications of c programming language?