What is the best way of making my program efficient?
No Answer is Posted For this Question
Be the First to Post Answer
Write a routine that prints out a 2-D array in spiral order!
what is pointer ? what is the use of pointer?
Write a program to check whether a number is prime or not using c?
Explain the properties of union. What is the size of a union variable
what are the static variables
8 Answers HCL, iFlex, TCS, Wipro,
What are the basic data types associated with c?
write a c program for print your name .but,your name may be small letter mean print a capital letter or your name may be capital letter mean print a small letter .example \\enter ur name : sankar The name is: SANKAR (or) enter your name:SAnkar The name is:saNKAR
which header file contains main() function in c?
17 Answers Google, HCL, TCS,
The operation of a stair case switch best explains the a) or operation b) and operation c)exclusive nor operation d)exclusive or operation Which of the following is/are syntactically correct? a) for(); b) for(;); c) for(,); d) for(;;);
1 Answers HCL, Public Service Commission,
What is the use of putchar function?
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,
What is volatile variable in c with example?