Answer Posted / siva
for decimal values
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
What are types of structure?
Why use int main instead of void main?
Write a program to display all the prime nos from 1 to 1000000, your code should not take time more than a minute to display all the nos.
What header files do I need in order to define the standard library functions I use?
What is meant by inheritance?
What is graph in c?
What is a const pointer in c?
What is wrong with this code?
Why is event driven programming or procedural programming, better within specific scenario?
Is c object oriented?
Write a code to achieve inter processor communication (mutual exclusion implementation pseudo code)?
Between macros and functions,which is better to use and why?
What is the use of void pointer and null pointer in c language?
write a c program for swapping two strings using pointer
Explain the difference between strcpy() and memcpy() function?