How can I split up a string into whitespace-separated fields?
No Answer is Posted For this Question
Be the First to Post Answer
What is floating point exception error? And what are different types of errors occur during compile time and run time? why they occur?
What is the difference between array and pointer in c?
Where register variables are stored in c?
Write a program using two-dimensional array that lists the odd numbers and even numbers separately in a 12 input values.
what are enumerations in C
Sir,please help me out with the output of this programme:- #include<stdio.h> #include<conio.h> void main() { int a=18,b=12,i; for(i=a<b?a:b;a%i||b%i;i--); printf("%d %d",i); }
How can you pass an array to a function by value?
how we can make 3d venturing graphics on outer interface
difference between memcpy and strcpy
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.?
what is the function of pragma directive in c?
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,