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

C Interview Questions
Questions Answers Views Company eMail

How do you access command-line arguments?

1 3783

what does ‘#include’ mean?

TCS,

1 5847

what is the difference between #include<> and #include”…”?

5 8057

what are # pragma staments?

2080

what is the most appropriate way to write a multi-statement macro?

1 5498

what is the disadvantage of using macros?

Wipro,

1 6495

what is the self-referential structure?

1 5601

can a union be self-referenced?

1 8091

What is a pointer?

ADP, IFFCO,

1 4676

What is the Lvalue and Rvalue?

2 7045

what is a void pointer?

2 4953

why arithmetic operation can’t be performed on a void pointer?

1 7851

compare array with pointer?

1 4421

what is a NULL pointer?

2 4509

what does ‘segmentation violation’ mean?

1 4452


Post New C Questions

Un-Answered Questions { C }

Explain how can I open a file so that other programs can update it at the same time?

1184


What is d scanf?

1140


Is c high or low level?

1054


What are header files? What are their uses?

1286


How can I do peek and poke in c?

1136


C program to find all possible outcomes of a dice?

2410


Is it cc or c in a letter?

1080


What are the types of arrays in c?

1237


What is context in c?

977


Badboy is defined who has ALL the following properties: Does not have a girlfriend and is not married. He is not more than 23 years old. The middle name should be "Singh" The last name should have more than 4 characters. The character 'a' should appear in the last name at least two times. The name of one of his brothers should be "Ram" Write a method: boolean isBadBoy(boolean hasGirlFriend , boolean isMarried, int age , String middleName , String lastName , String[] brotherName); isHaveGirlFriend is true if the person has a girlfriend isMarried is true if the person is married age is the age of the person middleName is the middle name of the person lastName is the last name of the person brotherName is the array of the names of his brothers

1938


How can I change their mode to binary?

1185


What are unions in c?

1084


Can one function call another?

1174


Write a program to maintain student’s record. Record should not be available to any unauthorized user. There are three (3) categories of users. Each user has its own type. It depends upon user’s type that which kind of operations user can perform. Their types and options are mentioned below: 1. Admin (Search Record [by Reg. No or Name], View All Records, Insert New Record, Modify Existing Record) 2. Super Admin (Search Record [by Reg. No or Name], View All Records, Insert New Record, Modify Existing Record, Delete Single Record) 3. Guest (Search Record [by Reg. No or Name], View All Records) When first time program runs, it asks to create accounts. Each user type has only 1 account (which means that there can be maximum 3 accounts). In account creation, following options are required: Login Name: <6-10 alphabets long, should be unique> Password: <6-10 alphabets long, should not display characters when user type> Confirm Password: Account Type: Login Name, Password and Account Type should be stored in a separate file in encrypted form. (Encryption means that actual information should be changed and Decryption means that Encrypted information is changed back to the actual information) If any of the above mentioned requirement(s) does not meet then point out mistake and ask user to specify information again. When Program is launched with already created accounts, it will ask for user name and password to authenticate. On successful authentication, give options according to the user’s type.

2046


write a program to rearrange the array such way that all even elements should come first and next come odd

2354