Explain how do you generate random numbers in c?
What is the difference between ‘g’ and “g” in C?
Explain a file operation in C with an example.
What is structure in c language?
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 gat the digt sum of a number (et. 15= >1+5=6)
Is it better to use malloc() or calloc()?
WAP to find that given no is small or capital
What is structure in c definition?
Write code for atoi(x) where x is hexadecimal string.
send me the code of flow chart generator using C-programming language amd this code should calculate the time and space complexity of the given progran and able to generate flowchart according to the given program?
Hai why 'c' is the middle language
WRITE A C PROGRAM FOR PRINT "RHOMBUS" STRUCTURE . Example: Enter the numbers :3 * * * * * * * *