Answer Posted / surendra
Array is the collection of similar data types.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Why is event driven programming or procedural programming, better within specific scenario?
Which is better pointer or array?
What is register variable in c language?
WHICH TYPE OF JOBS WE GET BY WRITING GROUPS .WHEN THE EXAMS CONDUCTED IS THIS EXAMS ARE CONDUCTED EVERY YEAR OR NOT.PLS TELL ME THE ANSWER
What are the ways to a null pointer can use in c programming language?
Explain what is dynamic data structure?
main(){char *str;scanf("%s",str);printf("%s",str); }The error in the above program is: a) Variable 'str' is not initialised b) Format control for a string is not %s c) Parameter to scanf is passed by value. It should be an address d) none
What is 2 d array in c?
"%u" unsigned integer print the a) address of variable b) value of variable c) name of a variable d) none of the above
Do you know the difference between malloc() and calloc() function?
What are the preprocessor categories?
What are preprocessor directives in c?
a=10;b= 5;c=3;d=3; if(a printf(%d %d %d %d a,b,c,d) else printf("%d %d %d %d a,b,c,d);
Write the test cases for checking a variable having value in range -10.0 to +10.0?
What are pointers really good for, anyway?