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 character terminates all strings composed of character
arrays?




1) 0


2) .


3) END

Answer Posted / jegadeesh

The answer is '\0' not /0

Is This Answer Correct ?    7 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain main function in c?

1139


Why void main is used in c?

1106


Write a program to print fibonacci series using recursion?

1135


What is function definition in c?

1120


When is a “switch” statement preferable over an “if” statement?

1215


What is a const pointer in c?

1184


Write a program with dynamically allocation of variable.

1183


What will the code below print when it is executed?   int x = 3, y = 4;         if (x = 4)                 y = 5;         else                 y = 2;         printf ("x=%d, y=%d ",x,y);

1948


Explain how do you determine whether to use a stream function or a low-level function?

1137


Is c dynamically typed?

1214


Write programs for String Reversal & Palindrome check

1139


how do you execute a c program in unix.

1159


What is the sizeof () operator?

1138


The % symbol has a special use in a printf statement. How would you place this character as part of the output on the screen?

1329


Explain the difference between null pointer and void pointer.

1135