Answer Posted / prasanna kumar s
semicolon(;)
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
all c language question
how many types of operators are include in c language a) 4 b) 6 c) 8 d) 12
Explain what is wrong with this statement? Myname = ?robin?;
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)
How can I implement a delay, or time a users response, with sub-second resolution?
What is void main () in c?
Explain how are 16- and 32-bit numbers stored?
When c language was developed?
What header files do I need in order to define the standard library functions I use?
simple program of graphics and their output display
Write programs for String Reversal & Palindrome check
the maximum length of a character constant can be a) 1 character b) 8 characters c) 256 chaacters d) 125 characters
Who is the founder of c language?
What functions are used for dynamic memory allocation in c language?
How can you convert integers to binary or hexadecimal?