What does 3 mean in texting?
No Answer is Posted For this Question
Be the First to Post Answer
what is the purpose of the code, and is there any problem with the code? int f( int n, int l, int r ) { return (n << l) >> r; }
Which of the following about automatic variables within a function is correct ? a.its type must be declared before using the variable b.they are local c.they are not initialised to zero d.they are global.
What language is windows 1.0 written?
for (i <= 5 && i >= -1;++i; i > 0) { printf("%d ", i); }
print out of string in this format; 1. "rajesh" 2. \n 3. %d
What are run-time errors?
What is page thrashing?
print out put like this form 1 2 3 4 5 6 3 5 7 9 11 8 12 16 20
What are terms in math?
write a c code "if you give a any decimal number then print that number in english alphabet"? ex: i/p: 552 o/p: five hundred fifty two ...
What is meant by type specifiers?
what is the difference between declaration ,defenetion and initialization of a variable?