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 is clrscr ()?


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

Post New Answer

More C Interview Questions

What are enums in c?

0 Answers  


what is the Output? int a=4 b=3; printf("%d%d%d%d%d%d",a++,++a,a++,a++,++a,a++); printf("%d%d%d%d%d%d",b--,b--,--b,b--,--b,--b);

10 Answers   IBM,


What is a dynamic array in c?

0 Answers  


Write a program in c to input a 5 digit number and print it in words.

11 Answers  


What is difference between function overloading and operator overloading?

0 Answers  


C program to perform stack operation using singly linked list

3 Answers  


How can you read a directory in a C program?

0 Answers  


Is using exit() the same as using return?

0 Answers  


5. What kind of sorting is this: SORT (k,n) 1.[Loop on I Index] repeat thru step2 for i=1,2,........n-1 2.[For each pass,get small value] min=i; repeat for j=i+1 to N do { if K[j]<k[min] min=j; } temp=K[i];K[i]=K[min];K[min]=temp; 3.[Sorted Values will be returned] A)Bubble Sort B)Quick Sort C)Selection Sort D)Merge Sort

2 Answers   Accenture,


If we give two names then this displays the connection between the two people. It is nothing but flames game

1 Answers  


write a program to delete an item from a particular location of an linear array?

1 Answers  


Explain what is the benefit of using const for declaring constants?

0 Answers  


Categories