What is the fallacy in the following program segment ?
int *f1()
{
int a=5;
return &a;
}
f()
int *b=f1()
int c=*b;
}
Answer / vaishav bachhav
function f() has no opening brackets.
and the first line of f() has no semicolon.
Is This Answer Correct ? | 4 Yes | 0 No |
could i know the selection pattern at hpcl, am an undergradute in chemical technology, but my sujects or course do not figure out antwhere on the lists.
difference between multi relational OLAP & multidimensional OLAP
anyone send me aptitude and technical placement paper of Hewitt
What is Lease Line?Why power cord is not required to NT Boxex on which lease is connected ?Why we use use NT BOXEs for ISDN and Lease line?
how 2 write a program of this pattern usin for loop?? 1 2 3 4 5 6 7 8 9 10
Hi friends..cud any help to get QC 9.2 trial..i tried with HP site but did'nt got it..please help me out
which topics are come from quizs
need tcs questn papers from 2007 to 2009 plzzzmail to 9015.rama@gmail.com its urgent
What is Mointer in Operating System?
what we have to say about hobbies,strong points,weak points
differences between pass by reference and pass by value in c language?
100,1,99,2,98,3...... write a C pgm to generate this series with user input for the number of nos. to b displayed..