How can I manipulate individual bits?
No Answer is Posted For this Question
Be the First to Post Answer
What is New modifiers?
Is c weakly typed?
what is c
What does sizeof int return?
where does it flourished?
How does free() know how many bytes to free?
What's the difference between constant char *p and char * constant p?
What is the general form of function in c?
code for copying two strings with out strcpy() function.
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.
WRITE A PROGRAM TO PRINT THE FOLLOWING OUTPUTS USING FOR LOOPS. A) * B) ***** *** * * ***** * * *****
What is the difference between calloc() and realloc()?