Compare array data type to pointer data type


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

Post New Answer

More C Interview Questions

Explain what does it mean when a pointer is used in an if statement?

0 Answers  


how to find the kth smallest element in the given list of array elemnts.

8 Answers   Silicon,


being a chemical engineer and with an aggregate of 80% why you opt for TCS and not your core industry?

1 Answers   TCS,


what is link list?

3 Answers  


consider the following structure: struct num nam{ int no; char name[25]; }; struct num nam n1[]={{12,"Fred"},{15,"Martin"},{8,"Peter"},{11,Nicholas"}}; ..... ..... printf("%d%d",n1[2],no,(*(n1 + 2),no) + 1); What does the above statement print? a.8,9 b.9,9 c.8,8 d.8,unpredictable value

4 Answers   TCS,






If "AaBbCc" is passed to the char char x(*a) { a[0]?x(a+1):1; printf("%c",a[0]); return 1; } what will be the output?

6 Answers   Hughes,


What is the o/p of the follow pgm? #include<stdio.h> main() { char char_arr[5]=”ORACL”; char c=’E’; prinf(“%s\n”,strcat(char_arr,c)); } a:oracle b. oracl c.e d.none

2 Answers   Oracle,


please send me papers for Dy. manager IT , PNB. it would be a great help for me.

0 Answers  


what is the mean of c languages.

1 Answers   Polaris,


what is bit rate & baud rate? plz give wave forms

0 Answers  


How do you declare a variable that will hold string values?

0 Answers  


Why isnt any of this standardized in c?

0 Answers  


Categories