What is volatile c?
No Answer is Posted For this Question
Be the First to Post Answer
How to convert decimal to binary in C using recursion??
difference of two no's with out using - operator
How the c program is executed?
Differentiate between functions getch() and getche().
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.
what is pointer
why integer range between -327680to+32767
Can we write a program without main() function?
Explain what is #line used for?
How are 16- and 32-bit numbers stored?
what are you see during placement time in the student.
0 Answers Goldman Sachs, TCS, Tech Solutions,
. A database table called PERSON contains the fields NAME, BASIC and HRA. Write a computer program to print a report which employee name and total salary for those employees whose total salary is more than 10,000. Total Salary = BASIC + HRA. At the end, the program should also print the total number of employees whose total salary is more than 10,000.