What is c mainly used for?
No Answer is Posted For this Question
Be the First to Post Answer
There is a mobile keypad with numbers 0-9 and alphabets on it. take input of 7 keys and then form a word from the alphabets present on those keys.
Explain how does free() know explain how much memory to release?
What does c mean?
Explain modulus operator. What are the restrictions of a modulus operator?
which type of aspect you want from the student.
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.?
Subtract Two Number Without Using Subtraction Operator
I need to take a sentence from input and sort the words alphabetically using the C programming language. Note: This is C not C++. qsort and strtok not allowed
i need all types of question paper releted to "c" and other language.
what is difference between null and nul in c language
Why we use stdio h in c?
Why preprocessor should come before source code?