Are enumerations really portable?
No Answer is Posted For this Question
Be the First to Post Answer
write an algorithm to display a square matrix.
write a c program to calculate sum of digits till it reduces to a single digit using recursion
What is the Difference between Macro and ordinary definition?
3 Answers Bosch, Cognizant, College School Exams Tests, Motorola,
what do u mean by Direct access files? then can u explain about Direct Access Files?
write a program that will read the temperature in Celsius and convert that into Fahrenheit.
#define d 10+10 main() { printf("%d",d*d); }
post new interiew question and aptitude test papers
Write a code to generate divisors of an integer?
4.A function 'q' that accepts a pointer to a character as argument and returns a pointer to an array of integer can be declared as: A)int (*q(char*)) [] B)int *q(char*) [] C)int(*q)(char*) [] D)None of the Above
How can I find the modification date of a file?
can we access one file to one directory?
for(i=0;i=printf("Hello");i++); printf("Hello"); how many times how will be printed?????????