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 can I change the size of the dynamically allocated array?

1203

What does *p++ do?

1073

What are the different types of pointers used in c language?

1098

Explain #pragma statements.

1097

Which of these functions is safer to use : fgets(), gets()? Why?

1161

Explain enumerated types.

1084

what is the function of pragma directive in c?

1178

How to throw some light on the b tree?

1153

What are the various types of control structures in programming?

1104

What's the total generic pointer type?

1104

Explain b+ tree?

1122

Why can arithmetic operations not be performed on void pointers?

1094

Explain high-order bytes.

1177

What are 'near' and 'far' pointers?

1088

What is the use of ?: Operator?

1184


Post New C Questions

Un-Answered Questions { C }

explain what is an endless loop?

1146


Write a code on reverse string and its complexity.

1089


Write a program to implement a round robin scheduler and calculate the average waiting time.Arrival time, burst time, time quantum, and no. of processes should be the inputs.

1154


What is bubble sort technique in c?

1032


What is main () in c?

1115


1.int a=10; 2.int b=20; 3. //write here 4.b=30; Write code at line 3 so that when the value of b is changed variable a should automatically change with same value as b. 5.

2213


How can I convert a number to a string?

1247


What is the purpose of void pointer?

1099


What is a stream water?

1278


List some of the static data structures in C?

1240


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

1937


Can we access array using pointer in c language?

1125


What are two dimensional arrays alternatively called as?

1242


What are shell structures used for?

1093


How to compare array with pointer in c?

1162