|
Related Questions |
View Answer |
 |
How will find the size of datatype without using sizeof() function? |
View Answer |
 |
Write a program for adding 2 numbers without using logical,arithmetic operators? |
View Answer |
 |
what is the main diff. between ROM & RAM ? |
View Answer |
 |
which sign is used to specify a cell range 1.:(colon) 2 /(slash) 3 *(asterick) 4-(hypen) 5 none of these Q2 which sign we use to enter formula? 1 = 2 / 3 * 4 - 5 none |
View Answer |
 |
microprocessor can be used in making 1.computer 2.digital system 3.calculater 4.all of these 5.none of these |
View Answer |
 |
What is Server and Client..? |
View Answer |
 |
why we use function ? |
View Answer |
 |
_________,is needed to sent a packet out of the local network |
View Answer |
 |
what are differences between c and cobol language??? |
View Answer |
 |
i am begginer for oracle.. i want to know about Explain Plan concept. Give some example for Explain Plan.. and also i want to know bulk collect concept. |
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 |