How can you call a function, given its name as a string?
No Answer is Posted For this Question
Be the First to Post Answer
What has to put when we are inserting as assembly language code into the C code? or When we are inserting as assembly language code into the C code we have to insert one thing at the start and of the assembly language. What are they?
Explain what is the use of a semicolon (;) at the end of every program statement?
What does 3 periods mean in texting?
Find the second largest element in an array with minimum no of comparisons and give the minimum no of comparisons needed on an array of size N to do the same.
What is bash c?
Is main 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,
f=(x>y)?x:y a) f points to max of x and y b) f points to min of x and y c)error
When should you use a type cast?
What is the use of volatile?
Explain how do I determine whether a character is numeric, alphabetic, and so on?
C,c++, Java is all are structural oriented or procedure oriented language..?