Tag Archives: Jasmeen ma’am

what is UNIX? difference between linux and UNIX? kindly explain from scratch

Posted in Uncategorized | Tagged , , , | Leave a comment

batch-39 project-1

kindly give me a suggestion to resolve question no-2 array assignment “in result i am getting a garbage value”  

Posted in Data Structures with C | Tagged | Leave a comment

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 ?

Posted in Uncategorized | Tagged | Leave a comment

batch 39 -doubt

is there any difference between float f==2.5f and float f=2.5 ????..  

Posted in Uncategorized | Tagged | Leave a comment

batch 39 – project 01

plz guide me for solving Q2–>assignment-loops

Posted in Uncategorized | Tagged | Leave a comment

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.

Posted in Uncategorized | Tagged | Leave a comment

problem in assignment 4

mam, pls resollve a problem in a question no. 5.

Posted in Uncategorized | Tagged | Leave a comment

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

Posted in Uncategorized | Tagged , , , | Leave a comment

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

Posted in Uncategorized | Tagged , , | Leave a comment

Query:

At what stage of compiler the call of an inline function is replaced with its definition????  

Posted in Uncategorized | Tagged , , | 1 Comment

Static linking of libraries.

What happens when a library is statically linked . Does the loader comes in the picture during linking ?

Posted in Uncategorized | Tagged , | 1 Comment