What is the right way to use errno?
No Answer is Posted For this Question
Be the First to Post Answer
Do you know the use of 'auto' keyword?
Write a program to enter the name and age. If age>28 then find salary categories. if age<28 then find that you are gaduate or not.
What is bss in c?
void main() {int a[5],i,b=16; for(i=0;i<5;i++) a[i]=2*i; f(a,5,b); for(i=0;i<5;i++) printf("\n %d",a[i]); printf("\n %d",b); } f(int *x,int n,int y) { int i; for(i=0;i<n;i++) *(x+i)+=2; y=y+2; }wat r the errors in the prg.and improvise the prg to get o/p.?
Why data types in all programming languages have some range? Why ritche have disigned first time likethat?Why not a single data type can support all other types?
write a program of palindrome(madam=madam) using pointer?
How can I do graphics in c?
What functions are in conio h?
Is there a way to jump out of a function or functions?
Write a c program to enter a string of paragraph and replacing a particular word which is repeated in the paragraph by another word?
2 Answers ME, Synfusion, Wipro,
What are header files in c?
How to find a missed value, if you want to store 100 values in a 99 sized array?