Discover the depth  of  C

  C C++  Linux ProgrammingNEW   Operating Systems  Data StructuresNEW  Compilers  Contact Us

Navigation

Join C4SwimmersGroup

 sitepromotion.gif (577 bytes) New Member

Test Your C/C++ Skills

  Playing with printf

  Playing with scanf

  Branching & Loops

  Functions

  Pointers Part I

  Pointers Part II

  Structure & Union

C Special

  Discovering C
  Exploring C Part I
  Exploring C Part II
  IFAQs

Programming Problems

  Part I
  Part II
 post-question_icon.gif (1062 bytes) Useful C/C++ Links
Downloads
C4S - Solution Pack
Data Structures
C++ & 8086 ALP
ADA & System S/w
Online Certifications
premiumservices.gif (1070 bytes) Brainbench
premiumservices.gif (1070 bytes) Benchmarks Global
Help and Support
customer_care_small.gif (1018 bytes) Suggestions
post-question_icon.gif (1062 bytes) Contribute
premiumservices.gif (1070 bytes) Feedback
premiumservices.gif (1070 bytes) Advertise with us
 

 memberhome.gif (1052 bytes) -Home Page-

 
 
.  

C For Swimmers : Mastering C step-by-step

Google


WWW c4swimmers.esmartguy.com

Interview Questions - Part 1

 [Q001] How do you rate yourself in C on a scale of 1-10 in which 10 being the highest?
  
 [Q002] Why can't we increment an array like a pointer?
  
 [Q003] Why multiplication of pointers is not allowed?
  
 [Q004] Find out the differences - Dynamic linking vs. static linking ?
 
 [Q005] Difference between Arrays and Pointers?
 
 [Q006] Difference between malloc and calloc? Why do we need realloc?
 
 [Q007] How to allocate a two-dimensional array dynamically?
 
 [Q008] Is the following statement a valid construct?

const char * const *p; 

 
 [Q009] Write an equivalent portable version of islower() function in C ?
 
 [Q010] What is conditional compilation?
  
 [Q011] What is structure padding?
 
 [Q012] Identify the problem in the following C code snippet:

int main()
{
   int a,b;
   printf("Enter two numbers a,b : ?? ");
   scanf("%d,%d",&a,&b);
   a = a + b;
   b = a - b;
   a = a - b;
   printf("a=%d,b=%d",a,b);
   return 0;
}

 
 [Q013] Differences between Structures and Unions?
 
 [Q014] What is a memory leak?
 
 [Q015] Can we use 2 or more storage classes in a single statement to declare a variable like the following:
extern static int i;
  Click Here : Interview Questions - Part 2

Send your feedback about Interview Questions - Part 1 section to nandakishorkn@rediffmail.com

You are Visitor No.

Sign my Guestbook View my Guestbook


Subscribe to C4Swimmers Group
Designed and Maintained by  Nanda Kishor

Make money from your website

Thanks for using C For Swimmers.
Regarding this material, you can send Bug Reports, Suggestions, Comments, etc. to

nandakishorkn@rediffmail.com

TheFreeSite.com!

Note: All logos or trademarks are related to their respective owners.

Although every precaution has been taken, the designer(s) owe no responsibility for malicious errors.

No liability assumed for damages resulting from the use of the available information.