Answer Posted / saroj
C is a high level
language
| Is This Answer Correct ? | 13 Yes | 34 No |
Post New Answer View All Answers
Explain a pre-processor and its advantages.
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..
Differentiate between #include<...> and #include '...'
What is the use of structure padding in c?
What are the parts of c program?
What is d'n in c?
What is sizeof return in c?
What functions are used in dynamic memory allocation in c?
which is an algorithm for sorting in a growing Lexicographic order
What will be the outcome of the following conditional statement if the value of variable s is 10?
Why we write conio h in c?
What is modifier & how many types of modifiers available in c?
what is the basis for selection of arrays or pointers as data structure in a program
write a program to concatenation the string using switch case?
What are local static variables? How can you use them?