Define Array of pointers.
No Answer is Posted For this Question
Be the First to Post Answer
write c program to display output 10(10+20)+(10+20+30)+ ... n term
0 Answers Hindustan Gum Chemicals,
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;
What is pointer to pointer in c with example?
What does c value mean?
How can I recover the file name given an open stream or file descriptor?
How would you obtain the current time and difference between two times?
when will be evaluated as true/ if(x==x==x) a) x=1; b) x=0; c) x=-1; d) none
How can I get back to the interactive keyboard if stdin is redirected?
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,
write a program to reverse a every alternetive words in a string in a place. EX: Input is "this is the line of text" Output should be "shit is eht line fo text" Please any one tell me code for that.
write a c program thal will find all sequences of length N that produce the sum is Zero, print all possible solutions?
What are the rules for identifiers in c?