What is typeof in c?
No Answer is Posted For this Question
Be the First to Post Answer
Program to find largest of three numbers without using comparsion operator?
How do I declare an array of N pointers to functions returning pointers to functions returning pointers to characters?
multiple of 9 without useing +,* oprator
program to find out date after adding 31 days to a date in the month of febraury also consider the leap year
wat is the meaning of 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,
without a terminator how can we print a message in a printf () function.
Is struct oop?
what are the general concepts of c and c++
Explain indirection?
main() { charx; while (x=0;x<=255;x++) printf("\nAscii value %d Character %c,x,x); }
Write a C program to remove the repeated characters in the entered expression or in entered characters(i.e) removing duplicates