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 3 types of structures?


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

Post New Answer

More C Interview Questions

Write the control statements in C language

0 Answers   Atos Origin,


List the difference between a 'copy constructor' and a 'assignment operator' in C?

0 Answers   Accenture,


Differentiate between ordinary variable and pointer in c.

0 Answers  


void main() { static int i = 5; if(--i) { main(); printf("%d ",i); } } what would be output of the above program and justify your answer? }

5 Answers   C DAC, CDAC, Infosys, Wipro,


What are reserved words with a programming language?

0 Answers  


what is pointer ? what is the use of pointer?

6 Answers   Infosys,


Difference between Class and Struct.

13 Answers   Ericsson, Motorola, Wipro,


What is a struct c#?

0 Answers  


#include<stdio.h> int f(int,int); int main() { printf("%d",f(20,1)); return 0; } int f(int n,int k) { if(n==0) return 0; else if(n%2)return f(n/2,2*k)+k; else return f(n/2,2*k)-k; } how this program is working and generating output as 9....?

1 Answers  


how to print this sereis 2 4 3 6 5..........?

3 Answers  


Differentiate between the expression “++a” and “a++”?

0 Answers  


What is Heap?

3 Answers  


Categories