How many types of arrays are there in c?
How to print "I Love My India" without using semi colon?
write a program to print the one dimensional array.
what is the Output? int a=4 b=3; printf("%d%d%d%d%d%d",a++,++a,a++,a++,++a,a++); printf("%d%d%d%d%d%d",b--,b--,--b,b--,--b,--b);
How do you use a pointer to a function?
program for swapping two strings by using pointers in c language
What's the best way of making my program efficient?
How can I call a function with an argument list built up at run time?
What is the right type to use for boolean values in c? Is there a standard type?
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.
Can include files be nested?
how can f be used for both float and double arguments in printf? Are not they different types?
How can I convert a number to a string?