What does *p++ do?
No Answer is Posted For this Question
Be the First to Post Answer
What's the difference between constant char *p and char * constant p?
Is stack a keyword in c?
identify the in correct expression a.a=b=3=4; b.a=b=c=d=0; float a=int b=3.5; d.int a; float b; a=b=3.5;
Why & is used in scanf 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,
main() { int arr[5]={23,67}; printf("%d%d%d",arr[2],arr[3],arr[4]); }
ABCDCBA ABC CBA AB BA A A
What is auto keyword in c?
What is n in c?
what are far pointers?
Give me basis knowledge of c , c++...
how many argument we can pas in in a function