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

Why we use int main and void main?

0 Answers  


write an algorithm to get a sentence and reverse it in the following format: input : I am here opuput: Here Am I note: first letter of every word is capiatlised

3 Answers  


int i; i=2; i++; if(i=4) { printf(i=4); } else { printf(i=3); } output of the program ?

15 Answers   Mascot,


What was noalias and what ever happened to it?

0 Answers  


what is diognisis?

1 Answers  






What is the difference b/w Structure & Array?

6 Answers  


What is the process to generate random numbers in c programming language?

0 Answers  


What is the use of void pointer and null pointer in c language?

0 Answers  


find the output of the following program main() { int x=5, *p; p=&x; printf("%d",++*p); }

10 Answers   Amdocs, TCS,


what are the languages used in c#?

3 Answers   Infosys,


write a program to print largest number of each row of a 2D array

0 Answers  


Which is the memory area not included in C program? give the reason

0 Answers   IBM, TCS,


Categories