Is c high or low level?
No Answer is Posted For this Question
Be the First to Post Answer
Explain how do you determine a file’s attributes?
Is c an object oriented programming language?
simple program of graphics and thier outpu display with a want what is out put of graohics in c language
What is the most efficient way to count the number of bits which are set in an integer?
main() { int x=20,y=35; x = y++ + x++; y = ++y + ++x; printf("%d %d\n",x,y); } what is the output?
write a program to find the sum of the array elements in c language?
24 Answers ICT, Infosys, Wipro,
hello freinds next week my interview in reliance,nybody has an idea about it intervew questions..so tell
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(); }
Explain what are its uses in c programming?
Why do we use null pointer?
What do you mean by recursion in c?
what is difference between array of characters and string