What is a const pointer?
No Answer is Posted For this Question
Be the First to Post Answer
What does 2n 4c mean?
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 can i make a program with this kind of output.. Enter a number: 5 0 01 012 0123 01234 012345 01234 0123 012 01 0
Tell me what is null pointer in c?
. Explain the differences between fork() and exec() in C
Can we change the value of constant variable in c?
name the language for writing c compiler?
What is function pointer and where we will use it
write a program to check whether a given integer is a strong number or not? [Hint: 145=1!+4!+5! =1+24+120 =145]
What is a segmentation fault?
what is unsigened char and what is the difference from char
Tell me what is the purpose of 'register' keyword in c language?