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

how to copy a string without using c function

5 Answers  


What are valid operations on pointers?

0 Answers  


Why is %d used in c?

0 Answers  


1234554321 1234 4321 123 321 12 21 1 1 12 21 123 321 1234 4321 1234554321

0 Answers  


a character variable can at a time store a) 1 character b) 8 characters c) 254 characters d) none of the above

3 Answers  






for example user gives input as " 20 or 20.0 or rs 20.0 or 20.00 or rs20 and so .. on " and the output should be stored as " rs.20.00 " in a variable

2 Answers  


Explain how can I make sure that my program is the only one accessing a file?

0 Answers  


What is a nested loop?

0 Answers  


How do you define CONSTANT in C?

0 Answers   ADP,


what is the output of the following program? #include<stdio.h> void main() { int x=4,y=3,z; z=x-- -y; printf("\n%d %d %d",x,y,z); }

14 Answers  


How. To pass the entrance test

1 Answers   Tech Mahindra,


How can I remove the trailing spaces from a string?

0 Answers   Aspire,


Categories