What are the application of c?


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

Post New Answer

More C Interview Questions

main() { int i,j,A; for(A=-1;A<=1;A++) prinf("%d\t",!!A); }

6 Answers  


how to convert an char array to decimal array

4 Answers  


Can a pointer be volatile in c?

0 Answers  


What do you mean by keywords in c?

0 Answers  


Why doesn't the code "a[i] = i++;" work?

4 Answers  






Difference between C and Embedded C?

1 Answers  


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

2 Answers  


Is c compiled or interpreted?

0 Answers  


disply the following menu 1.Disply 2.Copy 3.Append; as per the menu do the file operations 4.Exit

0 Answers  


What is default value of global variable in c?

0 Answers  


program for following output using for loop? 1 2 3 4 5 2 3 4 5 3 4 5 4 5 5

8 Answers   Infosys,


Can true be a variable name in c?

0 Answers  


Categories