How do you define a function?
What is use of bit field?
Explain why c is faster than c++?
Efficient data structure for store/search list of 1000 records a)array b)double linked list c)circular queue d)hash table
What is a static function in c?
. Write a program to get a string and to convert the 1st letter of it to uppercase
How does placing some code lines between the comment symbol help in debugging the code?
to print the salary of an employee according to follwing calculation: Allowances:HRA-20% of BASIC,DA-45% of BASIC,TA-10%. Deductions:EPF-8% of BASIC,LIC-Rs.200/-Prof.Tax:Rs.200/- create c language program?
main() { int i=0; while(+(+i--)!=0) i-=i++; printf("%d",i); }
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.
Write a program to print the following series 2 5 11 17 23 31 41 47 59 ...
what is the stackpointer
how to build a exercise findig min number of e heap with list imlemented?