Tag Archives: Jasmeen ma’am
what is UNIX? difference between linux and UNIX? kindly explain from scratch
batch-39 project-1
kindly give me a suggestion to resolve question no-2 array assignment “in result i am getting a garbage value”
C program
# define min(a,b) ((a)<(b))?(a):(b) int main() { int i=0,a=0; while(min(a++,9)<8) i=i+1; printf(“%d\n”,i); return 0; } what will be output? how n why ?
batch 39 -doubt
is there any difference between float f==2.5f and float f=2.5 ????..
batch 39 – project 01
plz guide me for solving Q2–>assignment-loops
assignment
pls resolve a problem in question no 1 assignment 4 poject 1 in assinment of an aay. How to represent a repeated no. one time only.
problem in assignment 4
mam, pls resollve a problem in a question no. 5.
Bizarre condition
whenever i open terminal, this ~~ automatically starts printing on my screen continuously…… it also create very much problem while typing….. and main thing is this is not a hardware problem of my laptop… because this problem was not there … Continue reading
Bus Error (Core Dumped):
I was checking the size of the stack space allocated to a process. For that i used recursion and I got Seg fault after almost 8 MB(7.98 MB) of data pushed on to the stack. Then I increased the size … Continue reading
Query:
At what stage of compiler the call of an inline function is replaced with its definition????
Static linking of libraries.
What happens when a library is statically linked . Does the loader comes in the picture during linking ?