Answer Posted / mayank
computer is a electronic m/c which can solve
calculations,alfabatical and numeric problems.
Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Can we add pointers together?
how to count no of words,characters,lines in a paragraph.
What is the purpose of scanf() and printf() functions?
What is your stream meaning?
largest Of three Number using without if condition?
Why do we use pointer to pointer in c?
Explain what would happen to x in this expression: x += 15; (assuming the value of x is 5)
what are bit fields? What is the use of bit fields in a structure declaration?
What’s the special use of UNIONS?
What is #include stdio h?
What is bss in c?
How do you list a file’s date and time?
What is the basic structure of c?
What is the size of enum in c?
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;