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


WHY DO WE USE A TERMINATOR IN C LANGUAGE?

Answers were Sorted based on User's Feedback



WHY DO WE USE A TERMINATOR IN C LANGUAGE?..

Answer / swati

to give indication to compiler that the printed statement
before terminator is ended and read next line of
program.Terminator is also known as "end of statement"

Is This Answer Correct ?    27 Yes 0 No

WHY DO WE USE A TERMINATOR IN C LANGUAGE?..

Answer / harish

terminator is used to tell that line is finished or
terminated and can execute next line to the Compiler.

Is This Answer Correct ?    14 Yes 0 No

Post New Answer

More C Interview Questions

What are unions in c?

0 Answers  


Explain what is the difference between #include and #include 'file' ?

0 Answers  


What is advantage of pointer in c?

0 Answers  


4) Write a program that takes a 5 digit number and calculates 2 power that number and prints it. i have done maximum par but i m findind problem in the commented area. please help...

3 Answers  


Differentiate between the = symbol and == symbol?

0 Answers  


why r u join this company? give solid resons.

16 Answers   IBM, Infosys, TCS,


Can math operations be performed on a void pointer?

0 Answers  


#include<stdio.h> main() { char *p1; char *p2; p1=(char *) malloc(25); p2=(char *) malloc(25); strcpy(p1,"Ramco"); strcpy(p2,"Systems"); strcat(p1,p2); printf("%s",p1); } Tell me the output?

6 Answers   Ramco,


what is the difference between 123 and 0123 in c?

0 Answers  


How can I open files mentioned on the command line, and parse option flags?

0 Answers  


2. Counting in Lojban, an artificial language developed over the last fourty years, is easier than in most languages The numbers from zero to nine are: 0 no 1 pa 2 re 3 ci 4 vo 5 mk 6 xa 7 ze 8 bi 9 so Larger numbers are created by gluing the digit togather. For Examle 123 is pareci Write a program that reads in a lojban string(representing a no less than or equal to 1,000,000) and output it in numbers.

3 Answers   Nagarro,


how to find string length wihtout using c function?

6 Answers  


Categories