Sir i need notes for structure,functions,pointers in c
language can you help me please


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

Post New Answer

More C Interview Questions

How the processor registers can be used in C ?

7 Answers   HP,


void main() { int a=1; while(a++<=1) while(a++<=2); }

4 Answers   HCL,


Are c and c++ the same?

0 Answers  


Write the program that calculates and prints the average of several integers. Assume that the last value read is sentinel 9999.

0 Answers  


Can the “if” function be used in comparing strings?

0 Answers  






When should you not use a type cast?

0 Answers  


.main() { char *p = "hello world!"; p[0] = 'H'; printf("%s",p); }

0 Answers   Wilco,


Differentiate b/w Modify and Update commands giving example.

1 Answers  


How can I get Single byte from 'int' type variable? Can we alter single bit or multiple bits in int type variable? if so, How?

2 Answers  


Synonymous with pointer array a) character array b) ragged array c) multiple array d) none

0 Answers  


What does typeof return in c?

0 Answers  


Table of Sudoku n*n

0 Answers  


Categories