Why is malloc used?
what is the defrenece between structure and union
c programming of binary addition of two binary numbers
#define d 10+10 main() { printf("%d",d*d); }
Explain how many levels deep can include files be nested?
What Is The Difference Between Null And Void Pointer?
Explain the binary height balanced tree?
Using functions, write a program that multiplies two arrays. Use the following functions: - Function ReadArray - Function MultiplyArrays - Function DisplayArrays
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 dynamic variable in c?
DIFFERNCE BETWEEN THE C++ AND C LANGUAGE?
What is realloc in c?
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 ...