Why doesnt long int work?
No Answer is Posted For this Question
Be the First to Post Answer
What is c language used for?
Write a program to print distinct words in an input along with their count in input in decreasing order of their count..
List a few unconditional control statement 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,
how to make a scientific calculater ?
What is meant by inheritance?
What are keywords in c with examples?
Explain heap and queue.
Do you have any idea about the use of "auto" keyword?
How can I run c program?
What does typedef struct mean?
which of the following statement is wrong a) mes=123.56; b) con='T'*'A'; c) this='T'*20; d) 3+a=b;