Explain 'bus error'?
No Answer is Posted For this Question
Be the First to Post Answer
What is the real difference between arrays and pointers?
27 Answers Hexaware, Logic Pro, TCS,
f=(x>y)?x:y a) f points to max of x and y b) f points to min of x and y c)error
Who invented bcpl language?
What is static memory allocation? Explain
write a program to generate address labels using structures?
what are the interview question's in the language c
print out of string in this format; 1. "rajesh" 2. \n 3. %d
main() { int *ptr=(int*)malloc(sizeof(int)); *ptr=4; printf("%d",(*ptr)+++*ptr++); }
5 Answers Vector, Vector Solutions,
Why is a semicolon (;) put at the end of every program statement?
In the following control structure which is faster? 1.Switch 2.If-else and which consumes more memory?
What is difference between stdio h and conio h?
void main() { static int i = 5; if(--i) { main(); printf("%d ",i); } } what would be output of the above program and justify your answer? }
5 Answers C DAC, CDAC, Infosys, Wipro,