application areas a 'c'

a) operating system

b) graphics, interpreter, assembler

c) program evalution, communication softwares

d) all the above


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

What is the diffrent between while and do while statement ?

6 Answers  


What is ctrl c called?

0 Answers  


Describe the modifier in c?

0 Answers  


How can I direct output to the printer?

0 Answers  


What is getche() function?

0 Answers  






Which of the following is not a valid declaration for main ()? 1) int main() 2) int main(int argc, char *argv[]) 3) They both work

2 Answers  


what are the advantage of pointer variables? write a program to count the number of vowels and consonants in a given string

3 Answers  


write a program to copy the string using switch case?

0 Answers   Mind Tree,


1.write a program to merge the arrays 2.write efficient code for extracting unique elements from a sorted list of array?

3 Answers   Qualcomm,


c program to arrange digits in a no in ascending and descending order

1 Answers  


In the below code, how do you modify the value 'a' and print in the function. You'll be allowed to add code only inside the called function. main() { int a=5; function(); // no parameters should be passed } function() { /* add code here to modify the value of and print here */ }

1 Answers  


Explain what is the difference between #include and #include 'file' ?

0 Answers  


Categories