What are enums in c?
No Answer is Posted For this Question
Be the First to Post Answer
Here is a neat trick for checking whether two strings are equal
Write a program to reverse a linked list in c.
Write code for atoi(x) where x is hexadecimal string.
Write a factorial program using C.
What does it mean when the linker says that _end is undefined?
2. Counting in Lojban, an artificial language developed over the last fourty years, is easier than in most languages The numbers from zero to nine are: 0 no 1 pa 2 re 3 ci 4 vo 5 mk 6 xa 7 ze 8 bi 9 so Larger numbers are created by gluing the digit togather. For Examle 123 is pareci Write a program that reads in a lojban string(representing a no less than or equal to 1,000,000) and output it in numbers.
How can I find out how much free space is available on disk?
What is use of integral promotions in c?
Why enum is used in c?
How can I write a function analogous to scanf?
How can I allocate arrays or structures bigger than 64K?
Given a valid 24 hour format time find the combination of the value and write a program ,do not hard the value and if any other inputs provided should work with the logic implemented Input: 11:30 Output: 13:10 Input: 18:25 Output: 21:58