compare array with pointer?
what is the difference between embedded c and turbo c ?
while initialization of array why we use a[][2] why not a[2][]...?
i=10,j=20 j=i,j?(i,j)?i:j:j print i,j
int a[3][5]={ {1,2,3,4,5],{2,3,4,5,6},{10,11,12,13,14}}; int *p=&a; printf(ā%dā,*(*(x+1)+3));
When should I declare a function?
Sir i want e-notes of C languge of BAlaguruswami book i.e scanned or pdf file of balaguruswamy book on c language.PLEASE SEND ME on my mail id ajit_kolhe@rediff.com
What does void main () mean?
What are global variables?
if array a conatins 'n' elements and array b conatins 'n-1' elements.array b has all element which are present in array a but one element is missing in array b. find that element.
18 Answers Parexel, Ram Infotech, Zycus Infotech,
In which area global, external variables are stored?
What are dangling pointers in c?
What is build process in c?