What are the advantages of external class?


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

Post New Answer

More C Interview Questions

Explain zero based addressing.

0 Answers  


write a program in reverse the string without using pointer,array,global variable declaration,lib fun only using a function?

5 Answers   HCL,


#include<stdio.h> int main() { int a[3][3][2]= {1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18}; printf("%d\n",*(*(*a+1)); return 0; } What will be the output of the above question? And how?

1 Answers   Groupon,


Here is a good puzzle: how do you write a program which produces its own source code as output?

0 Answers  


FORMATTED INPUT/OUTPUT functions are a) scanf() and printf() b) gets() and puts() c) getchar() and putchar() d) all the above

0 Answers  






How do we print only part of a string in c?

0 Answers  


What is the acronym for ansi?

0 Answers  


What are Macros? What are its advantages and disadvantages?

0 Answers   TCS,


A stack can be implemented only using array?if not what is used?

3 Answers   InterGlobal,


Write a program that takes three variables(a,b,c) in as separate parameters and rotates the values stored so that value a goes to b,b,to c and c to a

7 Answers  


How can I implement sets or arrays of bits?

0 Answers  


What is the relation between # and include<stdio.h>

5 Answers   HCL,


Categories