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


What are keywords in c with examples?


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

Post New Answer

More C Interview Questions

consagous technology placement paper

3 Answers   Consagous, Sypra,


void main() { int a=1; while(a++<=1) while(a++<=2); }

4 Answers   HCL,


What are the average number of comparisons required to sort 3 elements?

2 Answers   DRDO,


how to use showbits function?

2 Answers   Infosys, TATA,


how can I convert a string to a number?

0 Answers  


How does C++ help with the tradeoff of safety vs. usability?

1 Answers  


What is the memory allocated by the following definition ? int (*x)[10];

4 Answers   ADITI, Wipro,


What character terminates all strings composed of character arrays? 1) 0 2) . 3) END

3 Answers  


Program to write some contents into a file using file operations with proper error messages.

2 Answers  


What is the output for the following program #include<stdio.h> main() { char a[5][5],flag; a[0][0]='A'; flag=((a==*a)&&(*a==a[0])); printf("%d\n",flag); }

5 Answers   ADITI, Wipro,


44.what is the difference between strcpy() and memcpy() function? 45.what is output of the following statetment? 46.Printf(“%x”, -1<<4); ? 47.will the program compile? int i; scanf(“%d”,i); printf(“%d”,i); 48.write a string copy function routine? 49.swap two integer variables without using a third temporary variable? 50.how do you redirect stdout value from a program to a file? 51.write a program that finds the factorial of a number using recursion?

6 Answers   Amdocs,


What should malloc(0) do?

0 Answers  


Categories