what type of language is C?

Answer Posted / ankith.v

C Is One of the the procedure Oriented And Syntax based
Language

Is This Answer Correct ?    50 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

in multiple branching construct "default" case is a) optional b) compulsarily c) it is not include in this construct d) none of the above

635


What are the output(s) for the following ? #include char *f() {char *s=malloc(8); strcpy(s,"goodbye")} main() { char *f(); printf("%c",*f()='A'); }

700


Write a program to print factorial of given number using recursion?

603


Explain the term printf() and scanf() used in c language?

597


Explain main function in c?

626






Is Exception handling possible in c language?

1585


to find the closest pair

1821


What is a pointer value and address in c?

636


How can type-insensitive macros be created?

700


What 'lex' does?

717


Simplify the program segment if X = B then C ← true else C ← false

2583


what will be the output for the following main() { printf("hi" "hello"); }

9331


How can I manipulate strings of multibyte characters?

639


Write the syntax and purpose of a switch statement in C.

627


Why we use stdio h in c?

579