|
Related Questions |
View Answer |
 |
why do you want to change your profile from software to banking sector. |
View Answer |
 |
what is better for on-chip cache?? write through cache or write back cache?? |
View Answer |
 |
#include<stdio.h> void main() { int y=1,z; z=y++ + y++ + y++ + y++; printf("
z = %d",z); } in the above code, the output is 4 but when the statement z=y++ + y++ + y++ + y++; is changed to z=y++ + ++y + ++y + y++; the output changes to 12. Can somebody explain how the two statements works? Thanks |
View Answer |
 |
How To Get Back The Deleted folders in Windows XP ? |
View Answer |
 |
if physical addresse and mac addresse is same then why in my system mac addresse and physical address is different ???? |
View Answer |
 |
What is the main function of scanf in C++? |
View Answer |
 |
Difference bettween FAT and NTFS Partition? |
View Answer |
 |
Difference between lcd and tft moniter? |
View Answer |
 |
what is computer |
View Answer |
 |
Differentiate Between Static RAM and Dynamic RAM in Tabular form. |
View Answer |
 |
difference between run time and static memory allocation with an example |
View Answer |
 |
what is the booting process in operating systems |
View Answer |
 |
Compare having one ALU that is twice as fast as normal to having two ALUs |
View Answer |
 |
IN VB 6.0 HOW TO CREATE A REPORT GIVE ANSWER STEP BY STEP
|
View Answer |