Where we use clrscr in c?
No Answer is Posted For this Question
Be the First to Post Answer
when i declare as: void main() { clrscr(); int a=10; printf("%d",a) } my problem that why generate a error in above programs. please tell me answer seriously .
Why preprocessor should come before source code?
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 print distinct words in an input along with their count in input in decreasing order of their count..
CopyBits(x,p,n,y) copy n LSBs from y to x starting LSB at 'p'th position.
What is merge sort in c?
When should the volatile modifier be used?
how can i get output like this? 1 2 3 4 5 6
What is return in c programming?
int main() { int x = (2,3,4); int y = 9,10,11; printf("%d %d",x,y); } what would be the output?
write a c program for print your name .but,your name may be small letter mean print a capital letter or your name may be capital letter mean print a small letter .example \\enter ur name : sankar The name is: SANKAR (or) enter your name:SAnkar The name is:saNKAR
how to introdu5ce my self in serco