GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

TCS C


TCS C

Questions: 87
Comments: 278
 TCS C Tags
 Showing Questions 1-10 of 87 Questions
[1] 2 3 4 5 6 7 8 9 Next >>
 Sponsored Links

 
 TCS C
Sorting Options :  

Tell one difference which is in C and not in C++. Can we pass arguments in main() Difference between static and constant variable.

Latest Answer: #include void main(){ if(printf("Hello world")){}} ...
Read Answers (2) | Asked by : abbas

What is the output of following program?#includevoid main(){printf("%d%d",sizeof(NULL),sizeof(" "));}

If we declare a pointer like char *p;how much memory is allocated for pointer variable 'p'.
Tags : Pointer

Struct out {struct in{ char c;int d;}s1,*p1;}a1, *pa1;pa1 = &a1;a1.p1 = &s1;Which is incorrect?a. a1.p1->c b. pa1->p1->c c. a1->p1 d. a1.s1.c
Read Answers (3) | Asked by : diwakar

Latest Answer:  The major difference between methods and functions is that methods called by the reference variables called objects where as the functions do not having any reference variables. ...

Latest Answer: structure is a collection of data and class is a collection of data and functions.by defalut struct is public whereas class is private ...
Read Answers (9) | Asked by : nagalakshmi

1. Difference between "C structure" and "C++ structure".2. Diffrence between a "assignment operator" and a "copy constructor"3. What is the difference between "overloading" 
Latest Answer: jhglk; ...
Read Answers (17) | Asked by : Srikanth

Latest Answer: if both the base class and derived class can have the constructors,if the derived class is to call the constructor of its own using its object,it can.but when it calls its destructor,the compiler calls the destructor of base class.thats why the virtual ...
Read Answers (1) | Asked by : Srikanth

Latest Answer: In C structures we cannot do operator overloading and in C++ we can. ...
Read Answers (5) | Asked by : Srikanth

View page [1] 2 3 4 5 6 7 8 9 Next >>

Ask A Question
Go Top
 Sponsored Links

 
Ask Question
You must login to Ask Question or Register your free account

Category:

 
Question Title:


Question in Detail:

Add this to my Subscribed Questions (?)
Send me email when new answer is posted (?)

 
Subscribe
Get Latest Updates Via RSS Reader or by Email
 Forum Discussion Subscribe to Forum Discussions Via E-Mail Latest Forum Discussions Subscribers
 Knowledge Base Subscribe to Knowledge Base Series Via E-Mail Knowledge Base Subscribers
 Learning Series Subscribe to GeekInterview Learning Series Via EMail Learning Series Subscribers
 Freelance Jobs Subscribe to GeekInterview Freelance Jobs Via EMail Latest Freelance Jobs Subscribers
 GeekInterview Blog Subscribe to GeekInterview Blog Via EMail GeekInterview Blog Subscribers
 Testing Interview Questions Subscribe to Testing Interview Questions Via EMail Testing Interview Questions Subscribers
 Oracle Interview Questions Subscribe to Oracle Interview Questions Via EMail Oracle Interview Questions Subscribers
 Java Interview Questions Subscribe to Java Interview Questions Via EMail Java Interview Questions Subscribers
 Latest Placement Papers Subscribe to Latest Placement Papers Placement Papers Subscribers
 Free Training Subscribe to Free Training Via EMail Free Training Subscribers
 Learn AJAX Subscribe to AJAXwith.com Via EMail AJAXwith Subscribers
Sponsored Links

 




About Us  |   Privacy Policy  |   Terms and Conditions  |   Contact  |   Site Map  |   Add Question  |   Propose Category  |   RSS Feeds  |   Articles Sitemap  |   Site Updates  |   Add Resource

Copyright © 2005 - 2008 GeekInterview.com. All Rights Reserved
Page copy protected against web site content infringement by Copyscape