Explain 'bus error'?
No Answer is Posted For this Question
Be the First to Post Answer
Three major criteria of scheduling.
What is a pointer in c?
What is the difference between printf and scanf in c?
main() { int x=5,y=10,z=0; x=x++ + y++; y=y++ + ++x; z=x++ + ++y; printf("%d%d%d\n",x,y,z); }
which one is not preprocessor directive a)#if b)#elif c)#undef d)#pragma
16 Answers Accenture, Infosys, TCS, Wipro,
Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)
what is the difference between getch() and getche()?
What are nested functions in c?
What does sizeof function do?
what is c programming?
size maximum allocated by calloc()
how to print this pyramid * * * * * * * * * * * * *