What is this infamous null pointer, anyway?
No Answer is Posted For this Question
Be the First to Post Answer
What is difference between far and near pointers?
What is the use of f in c?
I need previous papers of CSC.......plz help out by posting them.......
Is c is a procedural language?
Why the below program throughs error during compilation? #include<stdio.h> #include<conio.h> enum { ZERO, ONE, TWO, }; main() { printf("%d",&TWO); getch(); }
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,
Describe for loop and write a c program to sum the series X + x2/2! + x3 /3! + …….. up to fifteen terms.
What is c language & why it is used?
what are the interview question's in the language c
What is use of pointer?
How do I create a directory? How do I remove a directory (and its contents)?
What is a wrapper function in c?