how much salary u want ?
why u join in our company?
your domain is core sector why u prefer software ?


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

Post New Answer

More C Interview Questions

When should a type cast not be used?

0 Answers  


using for loop sum 2 number of any 4 digit number in c language

0 Answers  


How reliable are floating-point comparisons?

0 Answers  


What are the characteristics of arrays in c?

0 Answers  


What are the different flags in C? And how they are useful? And give example for each in different consequences?

1 Answers  






Define circular linked list.

0 Answers  


What are the c keywords?

0 Answers  


What's the best way of making my program efficient?

0 Answers   Celstream,


#include<stdio.h> #include<conio.h> int main() { int a[4][4]={{5,7,5,9}, {4,6,3,1}, {2,9,0,6}}; int *p; int (*q)[4]; p=(int*)a; q=a; printf("\n%u%u",p,q); p++; q++; printf("\n%u%u",p,q); getch(); return 0; } what is the meaning of this program?

2 Answers  


What are header files and what are its uses in C programming?

0 Answers  


Linked list is a Linear or non linear explain if linear how it working as a non linear data structures

0 Answers  


What is the use of sizeof?

0 Answers  


Categories