What is dynamic memory allocation?
No Answer is Posted For this Question
Be the First to Post Answer
what is the use of a array in c
What is methods in c?
what is the output of the below code? main( ) { printf ( "\nOnly stupids use C?" ) ; display( ) ; } display( ) { printf ( "\nFools too use C!" ) ; main( ) ; }
What is the function of multilevel pointer in c?
Dear Sir, we are required the bubble sorting programs Regs Prem
Explain function?
Write a program of advanced Fibonacci series.
is assignment operator is arithmatic or not
write a progrmm in c language take user interface generate table using for loop?
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 does int main () mean?
How can I invoke another program (a standalone executable, or an operating system command) from within a c program?