What is difference between %d and %i in c?
No Answer is Posted For this Question
Be the First to Post Answer
How the C program can be compiled?
int main() { Int n=20,i; For(i=0;i<=n;i--) { Printf(“-“); Return 0;
What are the different types of C instructions?
What are the rules for identifiers in c?
why should i select you?
write a program to insert an element at the specified position in the given array in c language
How was c created?
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.
what is the difference b/w NULL and null?
c program to subtract between two numbers without using '-' sign and subtract function.
Describe explain how arrays can be passed to a user defined function
write a programe to find the factorial of given number using recursion