Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is the process of writing the null pointer?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

write function to reverse char array ... without using second array

3 Answers  


What is the output of the following progarm? #include<stdio.h> main( ) { int x,y=10; x=4; y=fact(x); printf(ā€œ%d\nā€,y); } unsigned int fact(int x) { return(x*fact(x-1)); } A. 24 B. 10 C. 4 D. none

2 Answers  


write a c programme for add of two numbers with out use of arthematic operators

2 Answers  


write a program to generate address labels using structures?

0 Answers   SJC,


What's the difference between struct x1 { ... }; and typedef struct { ... } x2; ?

3 Answers  


What are data structures in c and how to use them?

0 Answers  


How do you write a program which produces its own source code as output?

0 Answers  


Is it possible to create recycle bin in mobiles?

2 Answers  


Can true be a variable name in c?

0 Answers  


What is c mainly used for?

0 Answers  


what is printf

5 Answers   MVSR, Satyam,


main() { int x=5; printf("%d %d %d\n",x,x<<2,x>>2); } what is the output?

9 Answers   Ramco,


Categories