Explain what is the most efficient way to store flag values?
No Answer is Posted For this Question
Be the First to Post Answer
What is the correct declaration of main?
write a c program to find the largest and 2nd largest numbers from the given n numbers without using arrays
Write a program to print factorial of given number without using recursion?
what is the meaning of java that is (J A V A) full form of JAVA
71 Answers AKS University, Bhel, BNL, BPO, HCL, Peacecon,
define function
what is the defrenece between structure and union
. 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.
Why ordinary variable store only one value
Differentiate b/w Modify and Update commands giving example.
Explain the use of bit fieild.
declare afunction pointer to int printf(char *)?
#define DCHAR char* typedef char* TCHAR; if using these following variables will be declared like DCHAR ch1, ch2; TCHAR ch3, ch4; then what will be types of ch1, ch2, ch3 and ch4?