What are the applications of c language?


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

Post New Answer

More C Interview Questions

Is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?

0 Answers  


Write a c program to demonstrate Type casting in c?

2 Answers  


Explain what are global variables and explain how do you declare them?

0 Answers  


Write any data structure program (stack implementation)

1 Answers   HTC,


Explain what is the general form of a c program?

0 Answers  






write an algorithm and c program to add two 2x2 matrics

2 Answers  


Can we include one C program into another C program if yes how?

7 Answers   Infosys,


Difference between linking and loading?

0 Answers  


how to write optimum code to divide a 50 digit number with a 25 digit number??

0 Answers   MGM,


What is use of pointer?

0 Answers  


main() { int a[10]; printf("%d",*a+1-*a+3); }

2 Answers  


Given an array of characters, how would you reverse it? How would you reverse it without using indexing in the array?

1 Answers   Microsoft,


Categories