Answer Posted / anusha
an array is a continous memory of same data type.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
what are the 10 different models of writing an addition program in C language?
Explain what is gets() function?
Is int a keyword in c?
"C" language developed by "Dennis Ritchie" at AT & T. his remarks are a) too general, too abstract b) could deal with only specific problems c) lost generality of BCPL and B restored d) no remarks
How can variables be characterized?
What is the difference between union and anonymous union?
What is the role of this pointer?
What is c standard library?
What are the types of functions in c?
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.
Find MAXIMUM of three distinct integers using a single C statement
What is the size of enum in bytes?
Why is sprintf unsafe?
Explain how can a program be made to print the name of a source file where an error occurs?
Can a function argument have default value?