what is the difference between 123 and 0123 in c?
No Answer is Posted For this Question
Be the First to Post Answer
Is array name a pointer?
What is the best way to comment out a section of code that contains comments?
Who invented bcpl language?
Why c is called a middle level language?
What is the right type to use for boolean values in c?
#define DCHAR char* typedef char* TCHAR; if using these following variables will be declared like DCHAR ch1, ch2; TCHAR ch3, ch4; then what will be types of ch1, ch2, ch3 and ch4?
What does 1f stand for?
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 all permutations of a given string.
What is sizeof return in c?
How does placing some code lines between the comment symbol help in debugging the code?
Explain what standard functions are available to manipulate strings?