What is the use of pointers in C?
Is a house a mass structure?
Explain what are its uses in c programming?
Is there a way to compare two structure variables?
Write a C program to remove the repeated characters in the entered expression or in entered characters(i.e) removing duplicates
find the output? void r(int a[],int c, int n) { if(c>n) { a[c]=a[c]+c; r(a,++c,n); r(a,++c,n); } } int main() { int i,a[5]={0}; r(a,0,5); for(i=0;i<5;i++) printf("\n %d",a[i]); getch(); }
What is the use of header?
Why is malloc used?
How are portions of a program disabled in demo versions?
about c language
What are the different pointer models in c?
What are the functions to open and close file in c language?
main() { int a=4,b=2; a=b<<a + b>>2; printf("%d", a); }
11 Answers HCL, Vector, Vector India, Vector Solutions, Wipro,