any "C" function by default returns an
a) int value
b) float value
c) char value
d) a & b
main() { int i = 10; printf(" %d %d %d ", ++i, i++, ++i); }
What are 'near' and 'far' pointers?
Write a C program to read the internal test marks of 25 students in a class and show the number of students who have scored more than 50% in the test. Make necessary assumptions.
write the program to find multiplication of 2-D matrix??????????
What is scope rule in c?
In header files whether functions are declared or defined?
what defference between c and c++ ?
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,
IS it possible to define a zero sized array in c.if it is possible how can the elements of that array can be accessed.array index starts from zero,if it is possible to define zero sized array how can be its first element can be accesseed.
In C, What is the #line used for?
what is the c.
write a prgram of swapping with 2 valiables