Explain how can you determine the size of an allocated portion of memory?
No Answer is Posted For this Question
Be the First to Post Answer
Why main is not a keyword in c?
What is the purpose of void pointer?
Is sizeof a keyword in c?
Blade logic interview question. 1st round is a written tests with 15 multiple questions from c and c++. All are simple basic question. Like int main () { Int i=65; Return printf(ā%cā, i); } 2nd and 3rd round is technical interview. The position for which I was interview was core UNIX and c. Yes it is for system programming. The company has product name blade server. For their server they are creating their own command for their purpose. Example cd command. We can implement it in a c program by using the chdir() function. So the question asks related to PID, fork, pipe, shared memory, signal. Write a program in c which will act as cp command.
1 Answers BladeLogic, Infosys,
write a program to display the numbers having digit 9 in the given range from 1 to 100
What is c variable?
Is null always equal to 0(zero)?
How can I use a preprocessorif expression to ?
What is that continue statement??
If fflush wont work, what can I use to flush input?
print the following using nested for loop. 5 4 3 2 1 1 2 3 4 3 2 1 1 2 1 2 1 1 2 3 4 3 2 1 1 2 3 4 5
Explain how can type-insensitive macros be created?