What does 2n 4c mean?
No Answer is Posted For this Question
Be the First to Post Answer
What is dynamic memory allocation?
4. main() { int c=- -2; printf("c=%d",c); }
write a own function to compare two strings with out using stringcomparition function?
What does 3 mean in texting?
What is the right type to use for boolean values in c? Is there a standard type? Should I use #defines or enums for the true and false values?
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,
Explain how can you tell whether a program was compiled using c versus c++?
what is void pointer?
How can I access a memory located at certain address?
How can I copy just a portion of a string?
What is the difference between union and anonymous union?
write a c program to find the largest and 2nd largest numbers from the given n numbers without using arrays