Explain 'bus error'?


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

Post New Answer

More C Interview Questions

Give me basis knowledge of c , c++...

5 Answers  


What is context in c?

0 Answers  


What is new line escape sequence?

0 Answers  


What are valid signatures for the Main function?

0 Answers  


write a program to generate 1st n fibonacci prime number

12 Answers  






What are the advantages of union?

0 Answers  


Write a function that accepts a sentence as a parameter, and returns the same with each of its words reversed. The returned sentence should have 1 blank space between each pair of words. Demonstrate the usage of this function from a main program. Example: Parameter: “jack and jill went up a hill” Return Value: “kcaj dna llij tnew pu a llih”

5 Answers   Mind Tree,


find the minimum of three values inputted by the user

3 Answers  


Explain what is the difference between a free-standing and a hosted environment?

0 Answers  


write a program to display all prime numbers

0 Answers  


7. Identify the correct argument for the function call fflush() in ANSI C: A)stdout B)stdin C)stderr D)All the above

10 Answers   Accenture,


Using functions, write a program that multiplies two arrays. Use the following functions: - Function ReadArray - Function MultiplyArrays - Function DisplayArrays

0 Answers  


Categories