Answer Posted / pratyusha
continuous memory allocation
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
If jack lies on Mon, Tue Wed and jill lies on Thursday, Friday and Saturday. If both together tell they lied yesterday. So c the given options and then c cos in the given dates one will be saying the truth and one will be lying. I got Thursday as option because jack is saying the truth he lied yest but jill is lying again as he lies on that day.
What does the format %10.2 mean when included in a printf statement?
how to find binary of number?
Explain what are preprocessor directives?
Is printf a keyword?
What is an auto keyword in c?
What is a far pointer in c?
What is string function in c?
What is a sequential access file?
How can I recover the file name given an open stream?
Can a function argument have default value?
What are the different types of control structures in programming?
How to write a code for reverse of string without using string functions?
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 typedf?