Answer Posted / ram kumar
array is a group of characturs
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the header files used in c language?
Why are algorithms important in c program?
Explain with the aid of an example why arrays of structures don’t provide an efficient representation when it comes to adding and deleting records internal to the array.
Is fortran faster than c?
Describe wild pointers in c?
.main() { char *p = "hello world!"; p[0] = 'H'; printf("%s",p); }
How do you determine the length of a string value that was stored in a variable?
what is bit rate & baud rate? plz give wave forms
What is getch c?
What are dangling pointers? How are dangling pointers different from memory leaks?
Disadvantages of C language.
What is use of null pointer in c?
Explain what is a static function?
What is the use of getch ()?
Explain what is the purpose of "extern" keyword in a function declaration?