diwana.nanda
Member
- Member since
- Oct 8, 2011
- Last active
- Jan 26, 2013
- Total activities
- 0
Activity feed
Recent contributions
-
#Threads
Assembler: Why operand field of EQU pseudo operation is evaluated in pass1 assembler?
guyz i just want to know: Why operand field of EQU pseudo operation is evaluated in pass1 assembler? Please comment your answers?
-
#Threads
Assembler: constant in DC operation are not evaluated until pass2.Why not in Pass1
guyz i just want to know..... Constant defined in operand field of DC pseudo operation are not formed and inserted into program...
-
#Threads
f0f0d45d-c309-4b99-b746-61a391eab086
no no i know the while loop logic,,i mean logic of coding in this program and can you plz write full program.
-
#Threads
question of programming in C
guyz can plz help me to write these programs in c............ 1. program to reverse of an array using pointers parameters. 2.program...
-
#Threads
c98d3f80-5a91-4bd2-8bf4-47794e6cc956
i didnt get the logic of while loop cn sm1 explain plz
-
#Threads
d88c2484-1f05-4183-b4ad-d8919c323896
guyz my second que is if i ll take thesize of array in even no. in c and c++ it will not...
-
#Threads
a crazy question for c programmers
#include<stdio.h> #include<string.h> void main() { char name[5]="sajan"; printf("%s",name); getch(); } output: sajan with a grbage value......................