Apr 20 2006 10:05 AM 3131 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 Jul 19 2005 09:52 AM 1463 4 Check the error in the following statementCountry[7] = 'CANADA'A. A string terminator is not added to the string, when declared.B. Country array should be of sixC. Canada should be specified in double quotes.D. Country array should have the keyword char to ensure array type. rainy Feb 22nd, 2007 Well the rite ans shud be D.. brunda_testing Profile Answers by brunda_testing Questions by brunda_testing May 15th, 2006 Country array should have the keyword char to ensure array type i.e D is answer Answer Question Select Best Answer
Apr 20 2006 10:05 AM 3131 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
Jul 19 2005 09:52 AM 1463 4 Check the error in the following statementCountry[7] = 'CANADA'A. A string terminator is not added to the string, when declared.B. Country array should be of sixC. Canada should be specified in double quotes.D. Country array should have the keyword char to ensure array type. rainy Feb 22nd, 2007 Well the rite ans shud be D.. brunda_testing Profile Answers by brunda_testing Questions by brunda_testing May 15th, 2006 Country array should have the keyword char to ensure array type i.e D is answer Answer Question Select Best Answer
brunda_testing Profile Answers by brunda_testing Questions by brunda_testing May 15th, 2006 Country array should have the keyword char to ensure array type i.e D is answer