in linking some of os executables are linking name some of them
No Answer is Posted For this Question
Be the First to Post Answer
WHAT IS PRE POSSESSORS?
a<<1 is equivalent to a) multiplying by 2 b) dividing by 2 c) adding 2 d)none of the above
What is %d used for?
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..
What is the c value paradox and how is it explained?
What are unions in c?
What is header file in c?
What are types of preprocessor in c?
what is the return value (status code) of exit() function.... what the arguments(integer value) passed to it means....
What is Heap?
write a program to reverse the words in the sentence.NOTE:not reverse the entire string but just the occurance of each word
How does pointer work in c?