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

What is difference between structure and union?

610


What is the use of in c?

587


write a c program to find the sum of five entered numbers using an array named number

1626


How do you define a function?

594


what is the basis for selection of arrays or pointers as data structure in a program

3795






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

737


Are global variables static in c?

686


What is the purpose of sprintf?

629


What are the 4 types of programming language?

599


What is bubble sort technique in c?

600


What is realloc in c?

585


How do I create a directory? How do I remove a directory (and its contents)?

613


How can I trap or ignore keyboard interrupts like control-c?

629


in programming languages a statement or part of a statement that specifies several different execution sequences a) constructs b) distructs c) executes d) none

613


What is mean by data types in c?

561