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


1. Can we use the for loop this way?
for(;i>5;)
2. What is the use of pointers?
3. what is array of pointer?
4. What is the difference between file and database?
5. Define data structure?



1. Can we use the for loop this way? for(;i>5;) 2. What is the use of pointers? 3. what is arr..

Answer / ajitha m.s.

1. This method is false and the correct syntax is
for(initialisation;condition;increment/decrement)
example: for(i=0;i<n;i++)

2.pointers are used to specify address of an element

3.Array of pointers are used to point to an array of data
items with each element of the pointer array pointing to
an element of the data array.

4.A file is a collection of bytes stored together.
database is a collection of tables and each table holds
fields as well as records.

5.Data structure is a particular way of storing and
organizing data in a computer.

Is This Answer Correct ?    2 Yes 3 No

Post New Answer

More C Interview Questions

write an algorithm and a program to count the number of elements in a circularly singly linked list

1 Answers   Ignou,


What is output redirection?

0 Answers  


Explain Linker and Loader

5 Answers  


what is the use of operator ^ in C ? and how it works?

2 Answers  


c program to input values in a table(using 2D array) and print odd numbers from them

1 Answers  


Toggle nth bit in a given integer - num

5 Answers   Qualcomm,


Write a program to generate prime factors of a given integer?

9 Answers   Microsoft,


What are the advantages of Macro over function?

1 Answers  


what is a constant pointer in C

0 Answers  


What is c value paradox explain?

0 Answers  


What is the difference between functions abs() and fabs()?

0 Answers  


Which is better oop or procedural?

0 Answers  


Categories