Explain modulus operator. What are the restrictions of a modulus operator?
No Answer is Posted For this Question
Be the First to Post Answer
Why are some ANSI/ISO Standard library routines showing up as undefined, even though I've got an ANSI compiler?
Explain what is a pragma?
How do you view the path?
What does #pragma once mean?
How to throw some light on the b tree?
how to find string length wihtout using c function?
Explain what does the function toupper() do?
Explain how do you view the path?
What is the use of typedef in c?
parkside's triangle.. create a program like this.. enter the size: 6 enter the seed: 1 output: 1 23 456 7891 23456 789123 sample2: enter the size: 5 enter the seed: 3 output: 3 45 678 9123 45678 parkside should not exceed 10 while its seed should only be not more than 9..
Write code for atoi(x) where x is hexadecimal string.
Explain how are 16- and 32-bit numbers stored?