How can I direct output to the printer?
No Answer is Posted For this Question
Be the First to Post Answer
What are the 5 types of organizational structures?
what is difference between null and nul in c language
what is Array?
write a c program to calculate the income tax of the employees in an organization where the conditions are given as. (I.T. = 0 if income <100000 I.T = 10% if income _< 200000 it = 20% if income >_ 200000)
7 Answers Consultancy, DBU, FD, JK Associates, Kobe, Satyam,
Explain how do you print an address?
Where static variables are stored in memory in c?
Struct(s) { int a; long b; } Union (u) {int a; long b; } Print sizeof(s)and sizeof(u) if sizeof(int)=4 and sizeof(long)=4
What is the use of structure padding in c?
write a program to compare 2 numbers without using logical operators?
What is the difference between declaring a variable and defining a variable?
Why preprocessor should come before source code?
Is null equal to 0 in sql?