Hi can anyone tell what is a start up code?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

How do I swap bytes?

0 Answers  


Do you know the difference between exit() and _exit() function in c?

0 Answers  


how to write a data 10 in address location 0x2000

3 Answers  


what is ram?

3 Answers   TCS,


What is a void pointer in c?

0 Answers  






how to find the binary of a number?

10 Answers   Infosys,


main() { int ptr[] = {1,2,23,6,5,6}; printf("%d",&ptr[3]-&ptr[0]); }

8 Answers   Vector,


an algorithem for the implementation of circular doubly linked list

1 Answers  


program to get the remainder and quotant of given two numbers with out using % and / operators?

10 Answers   College School Exams Tests, IBM,


Sir,please help me out with the code of this question. Write an interactive C program that will encode or decode multiple lines of text. Store the encoded text within a data file, so that it can be retrieved and decoded at any time. The program should include the following features: (a) Enter text from the keyboard, encode the text and store the encoded text in a data file. (b) Retrieve the encoded text and display it in its encoded form. (c) Retrieve the encoded text, decode it and then display the decoded text. (d) End the computation. Test the program using several lines of text of your choice.

0 Answers  


What is 'bus error'?

0 Answers  


write a programme to convert temperature from farenheit to celcius?

4 Answers   IBM,


Categories