What is the general form of a C program?
No Answer is Posted For this Question
Be the First to Post Answer
Why c is called a mid level programming language?
Describe for loop and write a c program to sum the series X + x2/2! + x3 /3! + …….. up to fifteen terms.
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 an anonymous union and where to apply that ?
write a program to generate 1st n fibonacci prime number
Is c functional or procedural?
Can a file other than a .h file be included with #include?
What is ambagious result in C? explain with an example.
int i=~0; uint j=(uint)i; j++; printf(“%d”,j);
What is the main differences between C and Embedded C?
char ch=10;printf("%d",ch);what is the output
write a c program to change only the 3rd bit of the particular number such that other bits are not affected.. if bitnum=10(say.. it can be any no..