what is the use of c program?
Answer Posted /
C language is also a portable application language
| Is This Answer Correct ? | 5 Yes | 5 No |
Post New Answer View All Answers
Is main a keyword in c?
How will you print TATA alone from TATA POWER using string copy and concate commands in C?
What is wrong with this program statement?
Which are low level languages?
Why c is called a mid level programming language?
Why c language?
Can you write a programmer for FACTORIAL using recursion?
Is array a primitive data type in c?
If i have an array 0 to 99 i.e,(Size 100) I place the values 1 to 100 randomly like a[0]=29,a[1]=56 upto array[99].. the values are only between 1 to 100. getting the array values by using scanf.. If i entered one wrong element value line a[56]=108. how can i find it.. and also how to find the missing value in 1 to 100.. and i want to replace the missing values.. any one of them know please post your answer..
p*=(++q)++*--p when p=q=1 while(q<=6)
Explain the use of #pragma exit?
Why we use break in c?
Where in memory are my variables stored?
How do I use void main?
What are the difference between a free-standing and a hosted environment?