Answer Posted / prasad rokkam
An array is a collection of elements or group of elements, which belongs to same datatype.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How can I find out if there are characters available for reading?
What are the primitive data types in c?
write a c programming using command line argument,demonstrate set operation(eg;union,intersection,difference) example output is c:>setop 12 34 45 1 union 34 42 66 c:>setop 12 34 1 42 66 c:>setop 12 34 diff 12 56 67 78 setop 12 34
Program to find the sum of digits of a given number until the sum becomes a single digit. (e.g. 12345=>1+2+3+4+5=15=>1+5=6)
Explain output of printf("Hello World"-'A'+'B'); ?
What are the standard predefined macros?
Why is c called a structured programming language?
How do you write a program which produces its own source code as output?
What is the default value of local and global variables in c?
What are the advantages of Macro over function?
How can I do serial ("comm") port I/O?
What does sizeof function do?
application areas a 'c' a) operating system b) graphics, interpreter, assembler c) program evalution, communication softwares d) all the above
Device an algorithm for weiler-atherton polygon clipping, where the clipping window can be any specified polygon
What is a file descriptor in c?