Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.
Vivek
two dimensional array in C?
i have some doubts on two dimensional array.
#include<stdio.h>
#include<conio.h>
void main()
{
int s[4][2]={{1234,56},{1212,33},{1434,80},{1312,78}};
int (*p)[2],*pint;
for(i=0;i<=3;i++)
{
p=&s[i];
pint=(int *)p;
for(j=0;j<=1;j++)
printf("%d",*(pint+j));
}
}
Actually, the program is correct.i got correct result.
if i did any small mistakes plz ignore it.
my questions are:
1. wats the work of (*p)[2] ?
2. wats the meaning of (*p)[2] ?
3. wats the diff between *(p)[2] and (*p)[2]?
4.meaning of pint=(int *)p ?
5.work of (int *)p ?
thank you.
3 AnswersProgramming & Design9 years agoqueue in datastructure?
whats the work of push() pop() top() size() empty()?
2 AnswersProgramming & Design9 years ago//doubt in C-function?
//my aim is to get more than two values from function definition and to store in
//seperate variable in main func....
//so i have written some C-program,which is not correct....please correct it.
#include<stdio.h>
#include<conio.h>
int funct1(int *,int *);
void main()
{
int a,b,*i,*j;
printf("Enter two values");
funct1(int &a,int &b); /*my doubt starts here.
i want funct(int &a,int &b) to be store in seperate variable like,
i=funct(a);
j=funct(b); */
}
int funct1(int *a,int *b)
{
scanf("%d",a);
scanf("%d",b); /*i want these two values to be
returned in main() function and to
store in a seperate variable,
ex:i and j in main()*/
}
/*i know to use two function for two variables,but how to return values using single function?*/
6 AnswersProgramming & Design9 years agodownload c++ compiler?
where i can get the turbo c++ compiler.... can anybody post me the exact link?
thank you.
1 AnswerSoftware9 years agohow to return value inside switch case?
how to return a value inside switch case?
ex:
int fun1(int a,int b,int c)/*func definition*/
{
int i,avg,sum;
scanf("%d",i);
switch(i)
{
case 1:
{
avg=(a+b+c)/3 /*for example*/
return avg; /*is this correct ?*/
}
case 2:
{
sum=a+b+c;
return sum;/*is this correct?*/
}
}
}
when i compile,i get warning message"function should return a value"
how to return avg and sum??
1 AnswerProgramming & Design9 years agoadding user-defined funtion in c?
i know the code part to add my own function in libraries in turbo..
but i dont know where to write that damn coding,c:\tlib maths.lib+c:\sum.obj?
also tell me the next procedures to include it in the turbo compiler...
1 AnswerProgramming & Design9 years ago'C' pointers,recursive function?
what is the diff between *i,*(&i),int *i in pointer in c?
also how recursive function works?explain with a simple example in c.
also use simple english words..
thank you.
2 AnswersProgramming & Design9 years agodoubts on which phd to choose?
i did b.sc comp. i have an idea to do phd and to go in research line...for that,i'm gonna do mca,ME and then phd...
so my question is:
1.what is the difference between ME,phd and Msc,phd and also mca,phd
1 AnswerHigher Education (University +)9 years agosome queries about certification course...?
i finished b.sc comp,i have an idea of doing mca..but i got selected in a company as an apple service provider...if i join in that company,they'll teach me aasp certification course(apple authorized service provider)...but i'm interested in programming and hardware&networking line... also my ambition is to be placed in a IT company like cts,infosys etc...
MY QUESTION IS.
1) i want clear details about what is a service provider's work and what is aasp? and its uses..(i searched in net but no clear details about that...)
2) if i join in this job how i'm related to my ambition?
2 AnswersHigher Education (University +)9 years agoIs there any scope for this?
i'm going to study about ethical hacking and server hacking course... before that course,i'll study hardware and networking and after that 've to do ccna certification course.....i want to knw that am i going in a correct way or not???
2 AnswersComputer Networking1 decade agoAnswer my question truly..?
if any god.For Ex : if you are praying in temple/church,if god suddenly comes out from that statue like a living being means, wat will be your action???and wat you will do at that time??? will you accept that???wat will our political leaders do??? think practically and seriously and answer my question.....
13 AnswersReligion & Spirituality1 decade agowhich car is efficient?
i want to know which car is efficient audi q7 or bmw x5 or x6 or m class benz????
9 AnswersBuying & Selling1 decade agoi want a nice car.which car to buy?
i'm going to buy a new car and i want suv with powerfull engine and it is also reliable, dependable and comfort and long lasting....not consider abt fuel... scorpio or safari or innova ??????
7 AnswersBuying & Selling1 decade agowhich bike will be better?
i want to buy a bike. plz tell me which bike to choose? pulsar 220 or karizma or R15?
6 AnswersMotorcycles1 decade agoi want alien shooter game for free...?
i want to download alien shooter game for free,which i can't able to find it anywhere.... it's a big fish company game.... where i can get it for free????? plz help me. if you know any shop in chennai plz tell me the address....
3 AnswersVideo & Online Games1 decade ago