Answer Posted / a.nagendra reddy
Dennis Ritche
| Is This Answer Correct ? | 137 Yes | 6 No |
Post New Answer View All Answers
Do array subscripts always start with zero?
Can a local variable be volatile in c?
write a c program to print the next of a particular no without using the arithmetic operator or looping statements?
The % symbol has a special use in a printf statement. Explain how would you place this character as part of the output on the screen?
Write a c program to demonstrate character and string constants?
What is the most efficient way to store flag values?
What is the use of header files?
What is a lookup table in c?
List some applications of c programming language?
What is the size of enum in c?
What is 2c dna?
How do you search data in a data file using random access method?
a number whose only prime factors are 2,3,5, and 7 is call humble number,,write a program to find and display the nth element in this sequence.. sample input : 2,3,4,11,12,13, and 100.. sample output : the 2nd humble number is 2,the 3rd humble number is 3,the 4th humble number is ,the 11th humble number is 12, the 12th humble number is 14, the 13th humble number is 15, the 100th humble number is 450.
What are void pointers in c?
Can you explain what keyboard debouncing is, and where and why we us it? please give some examples