What does 1f stand for?
No Answer is Posted For this Question
Be the First to Post Answer
what is difference between c and c++
How do you determine a file’s attributes?
How can I display a percentage-done indication that updates itself in place, or show one of those twirling baton progress indicators?
Explain union. What are its advantages?
write an algorithm to get a sentence and reverse it in the following format: input : I am here opuput: Here Am I note: first letter of every word is capiatlised
Write a C program to multiply tho numbers without using arithmetic operator (+, -, *, /).
In scanf h is used for
print pattern 1 1 33 33 555 555 77777777 555 555 33 33 1 1
what is a function prototype?
How to declare pointer variables?
How do you print an address?
Program to find the sum of digits of a given number until the sum becomes a single digit. (e.g. 12345=>1+2+3+4+5=15=>1+5=6)