what is C?

Answer Posted / smily

c is a standard programming language..which is the base for
all other programming languages, but as no security...

Is This Answer Correct ?    17 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Give the rules for variable declaration?

770


What is a list in c?

705


Do pointers take up memory?

760


Tell me about low level programming languages.

731


What is the difference between typedef struct and struct?

714






What is the difference between int main and void main?

663


How reliable are floating-point comparisons?

721


List out few of the applications that make use of Multilinked Structures?

1472


What does printf does?

857


How can you find the day of the week given the date?

719


What is #define?

682


Why is c still so popular?

703


What are keywords c?

696


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

836


What is volatile variable in c?

751