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?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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

1086


List the different types of c tokens?

1120


How can I prevent another program from modifying part of a file that I am modifying?

1107


When should a type cast not be used?

1107


Why do we use null pointer?

1112


WHAT IS THE DEFINATION OF IN TECHNOLOGY AND OFF TECHNOLOGY ?

2429


Can variables be declared anywhere in c?

1147


Explain how can you restore a redirected standard stream?

1153


provide an example of the Group by clause, when would you use this clause

2244


What is pointers in c?

1163


The number of bytes of storage occupied by short, int and long are a) 2, 2 and 4 b) 2, 4 and 4 c) 4, 4 and 4 d) none

1305


Are negative numbers true in c?

1107


#include show(int t,va_list ptr1) { int a,x,i; a=va_arg(ptr1,int) printf(" %d",a) } display(char) { int x; listptr; va_star(otr,s); n=va_arg(ptr,int); show(x,ptr); } main() { display("hello",4,12,13,14,44); }

1321


What are predefined functions in c?

1153


Explain what are header files and explain what are its uses in c programming?

1201