Answer Posted / song
syntax, logical, data
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is C language ?
How would you rename a function in C?
What is meant by type casting?
Is it possible to pass an entire structure to functions?
What is optimization in c?
When should I declare a function?
What is external variable in c?
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 can I convert a string to a number?
a sequence of bytes with one to one corrspondence to those in the external device a) sequential addressing b) address c) byte code d) none
What is structure padding in c?
Differentiate between declaring a variable and defining a variable?
How is = symbol different from == symbol in c programming?
Write a Program to find whether the given number or string is palindrome.
What is pass by reference in c?