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

What is meant by 'bit masking'?

1397

What is a program flowchart and explain how does it help in writing a program?

1321

Do array subscripts always start with zero?

1314

What is wrong in this statement?

1161

What are the __date__ and __time__ preprocessor commands?

1125

In a switch statement, explain what will happen if a break statement is omitted?

1079

The % symbol has a special use in a printf statement. Explain how would you place this character as part of the output on the screen?

1218

Can you assign a different address to an array tag?

1178

How can I manipulate strings of multibyte characters?

1116

What are the standard predefined macros?

1152

What is wrong with this statement? Myname = 'robin';

1333

Can the sizeof operator be used to tell the size of an array passed to a function?

1121

Is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?

1098

What standard functions are available to manipulate strings?

1161

How can you tell whether two strings are the same?

1265


Post New C Questions

Un-Answered Questions { C }

How many loops are there in c?

1117


Explain how can a program be made to print the name of a source file where an error occurs?

1203


main() { struct s1 { char *str; struct s1 *ptr; }; static struct s1 arr[] = { {"Hyderabad",arr+1}, {"Bangalore",arr+2}, {"Delhi",arr} }; struct s1 *p[3]; int i; < BR> for(i=0;i<=2;i++) p[i] = arr[i].ptr; printf("%s ",(*p)->str); printf("%s ",(++*p)->str); printf("%s ",((*p)++)->str); }

1449


which of the following is not a character constant a) 'thank you' b) 'enter values of p, n ,r' c) '23.56E-o3' d) all of the above

2068


`write a program to display the recomended action depends on a color of trafic light using nested if statments

2139


What is the scope of global variable in c?

1000


What is selection sort in c?

1111


What are the c keywords?

1209


Does free set pointer to null?

1016


What does *p++ do? What does it point to?

1069


GIven a sequence of characters. How will you convert the lower case characters to upper case characters. ( Try using bit vector - sol given in the C lib -> typec.h)

1113


What is the auto keyword good for?

1160


What does nil mean in c?

1280


What is the difference between arrays and pointers?

1136


What are the 5 elements of structure?

1085