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 pointer?

Answer Posted / vijaya

By default functions are extern, so it is visible from the outer files. If it is as static then it is in invisible from the outer files.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is array in c with example?

1166


Is main an identifier in c?

1087


Can an array be an Ivalue?

1055


What are pointers really good for, anyway?

1013


Explain what will be the outcome of the following conditional statement if the value of variable s is 10?

1186


What is the scope of static variable in c?

944


What do you mean by recursion in c?

1056


Difference between macros and inline functions? Can a function be forced as inline?

1201


write a program to print data of 5 five students with structures?

2005


write a program to print largest number of each row of a 2D array

2268


difference between object file and executable file

6641


#include #include struct stu { int i; char j; }; union uni { int i; char j; }; void main() { int j,k; clrscr(); struct stu s; j=sizeof(s); printf("%d",j); union uni u; k=sizeof(u); printf("%d",k); getch(); } what is value of j and k.

6188


Explain what are run-time errors?

1037


Explain how do you search data in a data file using random access method?

1070


Why we not create function inside function.

2142