A code which had some declarations of some data items. There
were a couple of normal data items(char,int..) and some
pointers as well and a malloc call. You have to find the
total memory taken up in the stack(Hint:Pointers and all are
allocated in heap, not in stack, so dont count them).Also in
most of these questions, they were specifying that the OS
was 32 bit
No Answer is Posted For this Question
Be the First to Post Answer
why we select you?
difference between multi relational OLAP & multidimensional OLAP
HI!I AM A STUDENT OF B.TECH 3RD YEAR.I PASSED SECONDARY EXAM IN 2001 & HIGHER SECONDARY EXAM 2003.BUT I DROP 1 YEAR AND ADMITTED IN B.TECH 2004 DUE TO FINANCIAL CRISIS.WHEN INTERVIEWER LOOK AT MY C.V HE WANT 2 KNOW WHAT U DID IN THAT MISSED YEAR? I GET PUZZLED 2 ANSWER THIS QUESTION AS I CAN NOT FIND ANY BOLDER ANSWER.PLZ SUGGEST ME SOME BOLD ANS. THAT INTERVIEWER CAN NOT FIND ANY COUNTER QUARY.... 0 2
THREE IS EQUAL TO FOUR
MILITARY ENGINEER SERVICES
can anyone help me with an article or a few pointers on what are the industry expectations from Fresh engineers in today's market scenario
what is the difference between public static void main (String args[]) and static public void main(String args[]) in java?
What is meant by OOP?
what will happend if i fire this command in linux " rm -r / "
why pegging is required for deaerator in power plant nd why maintain the constant pressure in deaerator 3.5 kg/cm2.
#include<stdio.h> void main() { int x,y,z; x=1; y=1; z=1; z=++x||++y&&++z; printf("%d%d%d",x, y ,z); }
Please tell us about an implementation that you worked on that did not go as planned. What were the challenges you faced and how did you overcome them