Answer Posted / srinidhi
c=computer thats wt c language means computer language
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What is function prototype in c with example?
Why do we use main function?
What is pointer to pointer in c?
Tell me when is a void pointer used?
In c programming language, how many parameters can be passed to a function ?
Where can I get an ansi-compatible lint?
What are the 5 elements of structure?
general for is %wd,f-d; in this system "w" means a) 'w' represent total width of digits b) 'w' represent width which includes the digits before,after decimal place and the decimal point c) 'w' represent width which includes the digits before only d) 'w' represent width after decimal place only
Write the program that calculates and prints the average of several integers. Assume that the last value read is sentinel 9999.
What is indirection in c?
Explain the binary height balanced tree?
Explain what is the benefit of using an enum rather than a #define constant?
pgm to find any error in linklist(in single linklist check whether any node points any of previous nodes instead of next node)
Why is c so important?
Write a program in c to replace any vowel in a string with z?