List some applications of c programming language?


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

Post New Answer

More C Interview Questions

What are the 4 data types?

0 Answers  


What is the advantage of c?

0 Answers  


write a program to convert a expression in polish notation (postfix) to inline (normal)

0 Answers   Siemens,


How to print all the 26 alphabets in this order in C. AbCdEfGh..... it should print dynamically from a to z and do not print this using pgm like this print("Ab......"); Use loops or anything to print all alphabets

2 Answers   Hexaware,


Write a program to remove the C comments(/* */) and C++ comments(//) from a file. The file should be declared in command line.

4 Answers   Persistent, Subex,






What are the standard predefined macros?

0 Answers  


What is I ++ in c programming?

0 Answers  


What do you mean by recursion in c?

0 Answers  


The process of repeatedly running a set of computer instructions until some condition is specifed a) condition b) sequential condition c) global d) iteration

0 Answers  


Is array name a pointer?

0 Answers  


Why does this code crash?

0 Answers  


Write a program to find given number is even or odd without using any control statement.

2 Answers  


Categories