What is the purpose of 'register' keyword?
No Answer is Posted For this Question
Be the First to Post Answer
Can you think of a logic behind the game minesweeper.
What is return type in c?
I need a sort of an approximate strcmp routine?
any limit on the number of functions that might be present in a C program a) max 35 functions b) max 50 functions c) no limit d) none of the above
Why is c called c not d or e?
Explain 'bus error'?
Why c++ is called c++ and not c+?
write a program in c to find out the sum of digits of a number.but here is a condition that compiler sums the value from left to right....not right to left..
Devise a program that inputs a 3 digit number n and finds out whether the number is prime or not. Find out its factors.
what is the benefit of c30
Write a C program that will accept a hexadecimal number as input and then display a menu that will permit any of the following operations to be carried out: Display the hexadecimal equivalent of the one's complement. (b) Carry out a masking operation and then display the hexadecimal equivalent of the result. (c) Carry out a bit shifting operation and then display the hexadecimal equivalent of the result. (d) Exit. If the masking operation is selected, prompt the user lor the type of operation (bitwise and, bitwise exclusive or, or bitwise or) and then a (hexadecimal) value for the mask. If the bit shifting operation is selected. prompt the user for the type of shift (left or right), and then the number of bits. Test the program with several different (hexadecimal) input values of your own choice.
Can a pointer be volatile in c?