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...

how many error occurs in C language ?

Answer Posted / swapnil

3 errors syntax and segment during compilation and logical
during runtime

Is This Answer Correct ?    32 Yes 17 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can you allocate arrays or structures bigger than 64K?

1083


Does c have an equivalent to pascals with statement?

959


Which header file is used for clrscr?

999


Sir i need notes for structure,functions,pointers in c language can you help me please

2350


Explain about the constants which help in debugging?

1309


Explain pointer. What are function pointers in C?

1016


How to check whether string is a palindrome, WITHOUT USING STRING FUNCTIONS?

16590


What is meant by high-order and low-order bytes?

1002


#define MAX(x,y) (x) >(y)?(x):(y) main() { inti=10,j=5,k=0; k= MAX(i++,++j); printf("%d..%d..%d",i,j,k); }

1109


What are the output(s) for the following ? #include char *f() {char *s=malloc(8); strcpy(s,"goodbye")} main() { char *f(); printf("%c",*f()='A'); }

1130


What is malloc return c?

976


Write a program in "C" to calculate the root of a quadratic equation ax^2+bx+c=0, where the value of a,b & c are known.

2168


What are the uses of null pointers?

1033


A program is required to print your biographic information including: Names, gender, student Number, Cell Number, line of study and your residential address.

1674


Explain how does free() know explain how much memory to release?

1013