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

Answers were Sorted based on User's Feedback



What character terminates all strings composed of character arrays? 1) 0 2) . ..

Answer / jegadeesh

The answer is '\0' not /0

Is This Answer Correct ?    7 Yes 0 No

What character terminates all strings composed of character arrays? 1) 0 2) . ..

Answer / a programmer

May be the options are not correct. Do u feel that 0 is
ascii zero or numeric zero. If numeric zero, then the answer
is wrong. Every string will be terminated with the special
character '/0'.

Is This Answer Correct ?    8 Yes 2 No

What character terminates all strings composed of character arrays? 1) 0 2) . ..

Answer / k.kavitha

1)0

Is This Answer Correct ?    6 Yes 2 No

Post New Answer

More C Interview Questions

what is the significance of static storage class specifier?

0 Answers  


Explain how can I remove the trailing spaces from a string?

0 Answers  


What is define c?

0 Answers  


Given below are three different ways to print the character for ASCII code 88. Which is the correct way1) char c = 88; cout << c << " ";2) cout.put(88);3) cout << char(88) << " "; a) 1 b) 2 c) 3 d) constant

0 Answers  


Explain what is the benefit of using const for declaring constants?

0 Answers  


write a program in c language that uses function to locate and return the smallest and largest integers in an array,number and their position in the array. it should also find and return the range of the numbers , that is , the difference between the largest number and the smallest.

1 Answers  


what is the purpose of the code, and is there any problem with the code? int f( int n, int l, int r ) { return (n << l) >> r; }

2 Answers   Google,


ATM machine and railway reservation class/object diagram

0 Answers   Zycus Infotech,


what is difference between array and structure?

44 Answers   College School Exams Tests, CTS, Google, HCL, IBM, Motorola, TCS,


Write a programe print the sum of series 0,1,2,.....10

7 Answers  


Write a program to print a (*)pattern programming (A to Z) in capital in one programming ?

2 Answers   TCS,


What is the purpose of the code, and is there any problem with it? unsigned int f( unsigned n ) { return –n & 7; }

1 Answers   Google,


Categories