What is ambagious result in C? explain with an example.
No Answer is Posted For this Question
Be the First to Post Answer
hai iam working in sap sd module for one year and working in lumax ind ltd in desp department but my problem is i have done m.b.a in hr/marketing and working sap sd there is any combination it. can you give right solution of my problem. and what can i do?
What is queue in c?
What is meaning of tree
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,
hi friends how r u as soon in satyam my interview is start but i m very confusued ta wat i do plz help me frndz wat can i do plz tell me some question and answers related with "C" which r asked in the interview .
0 Answers Aegis, CDAC, Infosys,
wt is d full form of c
prototype of sine function.
What's the difference between constant char *p and char * constant p?
What are identifiers and keywords in c?
What do you mean by dynamic memory allocation in c? What functions are used?
can any one tell that i have a variable which is declared as static but i want this variable to be visible to the other files? how?
main() { float a=3.2e40; printf("%d",a); }