Does free set pointer to null?
No Answer is Posted For this Question
Be the First to Post Answer
Write a program that his output * *** *****
C,c++, Java is all are structural oriented or procedure oriented language..?
What is the difference between the local variable and global variable in c?
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.
Explain why c is faster than c++?
Write a program to generate prime factors of a given integer?
please send me papers for Dy. manager IT , PNB. it would be a great help for me.
Is register a keyword in c?
program to find the magic square
Which is more efficient, a switch statement or an if else chain?
what is the meaning of 'c' language
Write a c program for sum of first n terms of the series S = 1 - (1/3) + (1/5) -(1/7) + (1/9) ......