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


A character flag or control mechanism that delineates one data item from another

a) variable

b) constant

c) delimiter

d) call by reference


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

What is #include called?

0 Answers  


how to find your architecture is LittleEndian or BigEndian?

1 Answers  


how to make program without <> in library.

1 Answers   ADITI,


What is pointers in c with example?

0 Answers  


#include<stdio.h> main() {int i=1;j=1; for(;;) {if(i>5) break; else j+=1; printf("\n%d",j) i+=j; } }

7 Answers   HCL,


Find greatest of two numbers using macro

4 Answers   Bosch, Siemens,


why TCS selected more student in the software field from all institution.

5 Answers   TCS,


main() { unsigned int k = 987 , i = 0; char trans[10]; do { trans[i++] =(char) (k%16 > 9 ? k%16 - 10 + 'a' : '\0' ); } while(k /= 16); printf("%s\n", trans); }

4 Answers   Vector,


write a program to print the all 4digits numbers & whose squares must me even numbers?

2 Answers   Virtusa,


What are header files why are they important?

0 Answers  


Write the program with at least two functions to solve the following problem. The members of the board of a small university are considering voting for a pay increase for their 5 faculty members. They are considering a pay increase of 8%. Write a program that will prompt for and accept the current salary for each of the faculty members, then calculate and display their individual pay increases. At the end of the program, print the total faculty payroll before and after the pay increase, and the total pay increase involved.

1 Answers  


Explain how can you avoid including a header more than once?

0 Answers  


Categories