what is the diffrenet bettwen HTTP and internet protocol
No Answer is Posted For this Question
Be the First to Post Answer
write a c program to store and print name,address,roll.no of a student using structures?
Can an array be an Ivalue?
. 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.
main() { enum{red,green,blue=6,white}; pf("%d%d%d%d", red,green,blue,white); return 0; } a)0 1 6 2 b)0 1 6 7 c)Compilation error d)None of the above
what does keyword ‘extern’ mean in a function declaration?
What does the && operator do in a program code?
What is #include in c?
Tell about strtok & strstr functions
2 Answers HCL, iFlex, Motorola,
Are local variables initialized to zero by default in c?
What does return 1 means in c?
Design a program which assigns values to the array temperature. The program should then display the array with appropriate column and row headings.
Explain what is the difference between a free-standing and a hosted environment?