1,4,8,13,21,30,36,45,54,63,73,?,?.
Answer Posted / mody
83.85
| Is This Answer Correct ? | 1 Yes | 5 No |
Post New Answer View All Answers
What are the two types of functions in c?
Who invented b language?
What is the difference between NULL and NUL?
What is structure in c explain with example?
What is the difference between c and python?
What is the auto keyword good 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..
Explain what will be the outcome of the following conditional statement if the value of variable s is 10?
What is an lvalue in c?
What are examples of structures?
Is it possible to execute code even after the program exits the main() function?
What is ## preprocessor operator in c?
please can any one suggest me best useful video tutorials on c i am science graduate.please help me.u can email me to sas29@in.com
What is the difference between scanf and fscanf?
Define the scope of static variables.