What are Storage Classes in C ?
Answer Posted / shweta
write short note on command line arguments?
| Is This Answer Correct ? | 15 Yes | 38 No |
Post New Answer View All Answers
What is a list in c?
What is hashing in c?
Write a program to check armstrong number in c?
What is the scope of an external variable in c?
Explain what is wrong in this statement?
Why isn't any of this standardized in c? Any real program has to do some of these things.
What is the difference between #include
What are the types of data structures in c?
Can a void pointer point to a function?
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..
Explain how does free() know explain how much memory to release?
Can the curly brackets { } be used to enclose a single line of code?
to find the closest pair
What are the applications of c language?
Which operators cannot be overloaded a) Sizeof b) .* c) :: d) all of the above