Answer Posted / hemanthkumar
prinf("%""d");
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is python a c language?
What is a far pointer in c?
What is f'n in math?
Why void is used in c?
Write a program to reverse a given number in c?
List at least 10 sorting methods indicating their average case complexity, worst case complexity and best case complexity.
What is page thrashing?
How can I generate floating-point random numbers?
Can a program have two main functions?
Explain the use of bit fieild.
What is the purpose of & in scanf?
Explain what is gets() function?
write a program to print the consecutive repeated character from the given string... input string is : hhhhjkutskkkkkggggj output should be like this: hhhhkkkkkgggg anyone help me...
What is malloc calloc and realloc in c?
Explain 'far' and 'near' pointers in c.