What are the 4 types of unions?
No Answer is Posted For this Question
Be the First to Post Answer
Explain how can I right-justify a string?
do you think its fraud or original company?
what does " calloc" do?
what is the most appropriate way to write a multi-statement macro?
What does s c mean on snapchat?
What is the most efficient way to store flag values?
wt is diference between int and int pointer as same as float and float pointer and char and char pointer
What is a structural principle?
Is there any restriction in how many arguments printf or scanf function can take? in which file in my c++ compiler i can see the code for implementation of these two functions??
What is the difference between far and near ?
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.
#include<stdio.h> main(0 { printf("\n %d %d %d",sizeof(3),sizeof("3"),sizeof(3)); }