ratio,age,persentage
No Answer is Posted For this Question
Be the First to Post Answer
Explain what does the function toupper() do?
When is a void pointer used?
21. #define square(x) x*x main() { int i; i = 64/square(4); printf("%d",i); }
Explain what is the benefit of using const for declaring constants?
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 extern c used for?
How are variables declared in c?
What is difference between function overloading and operator overloading?
Why should I use standard library functions instead of writing my own?
please explain every phase in the "SDLC" in the dotnet.
What are the advantages of using new operator as compared to the function malloc ()?
What is include directive in c?