Apr 20 2006 10:05 AM 3133 11 }change(int *b,int n){ int i; for(i=0;i *(b+i) = *(b+i)+5;}sytaxis correct?? was asked i a test"> Output of this Programme please??main(){ int a[]={2,4,6,8,10}; int i;change(a,5);for(int i=0;i Rajit Keskar chaitanya Oct 22nd, 2007 First lets get the code ryt..#include "stdio.h"void change(int *b,int n){ int i; for(i=0;i gpreddy Profile Answers by gpreddy Questions by gpreddy Nov 8th, 2006 The error is in int i;for(int i=0;i Answer Question Select Best Answer Mar 29 2006 01:37 AM 2977 24 how to swap the content oftwo variables without a temporary variable udaykalai rk.moorthy Profile Answers by rk.moorthy Questions by rk.moorthy Jun 4th, 2011 X=X+Y;Y=X-Y;X=X+Y;then print x,y.apply this concept... paragmalshe Profile Answers by paragmalshe Questions by paragmalshe May 29th, 2008 if(a>=0&&b>=0||a<0&&b;<0){ if(a>=b) { a=a-b; b=a+b; a=b-a;&nb... Answer Question Select Best Answer
Apr 20 2006 10:05 AM 3133 11 }change(int *b,int n){ int i; for(i=0;i *(b+i) = *(b+i)+5;}sytaxis correct?? was asked i a test"> Output of this Programme please??main(){ int a[]={2,4,6,8,10}; int i;change(a,5);for(int i=0;i Rajit Keskar chaitanya Oct 22nd, 2007 First lets get the code ryt..#include "stdio.h"void change(int *b,int n){ int i; for(i=0;i gpreddy Profile Answers by gpreddy Questions by gpreddy Nov 8th, 2006 The error is in int i;for(int i=0;i Answer Question Select Best Answer
chaitanya Oct 22nd, 2007 First lets get the code ryt..#include "stdio.h"void change(int *b,int n){ int i; for(i=0;i
gpreddy Profile Answers by gpreddy Questions by gpreddy Nov 8th, 2006 The error is in int i;for(int i=0;i
Mar 29 2006 01:37 AM 2977 24 how to swap the content oftwo variables without a temporary variable udaykalai rk.moorthy Profile Answers by rk.moorthy Questions by rk.moorthy Jun 4th, 2011 X=X+Y;Y=X-Y;X=X+Y;then print x,y.apply this concept... paragmalshe Profile Answers by paragmalshe Questions by paragmalshe May 29th, 2008 if(a>=0&&b>=0||a<0&&b;<0){ if(a>=b) { a=a-b; b=a+b; a=b-a;&nb... Answer Question Select Best Answer
rk.moorthy Profile Answers by rk.moorthy Questions by rk.moorthy Jun 4th, 2011 X=X+Y;Y=X-Y;X=X+Y;then print x,y.apply this concept...
paragmalshe Profile Answers by paragmalshe Questions by paragmalshe May 29th, 2008 if(a>=0&&b>=0||a<0&&b;<0){ if(a>=b) { a=a-b; b=a+b; a=b-a;&nb...