Answer Posted / jh
ds is an data structure
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How can you be sure that a program follows the ANSI C standard?
What is meant by inheritance?
A c program to display count values from 0 to 100 and flash each digit for a secong.reset the counter after it reaches 100.use for loop,. pls guys hepl me.. :(
Explain what is the difference between functions getch() and getche()?
What are the different properties of variable number of arguments?
What does a pointer variable always consist of?
What is a const pointer in c?
What is spark map function?
What are reserved words?
how to find binary of number?
Read the following data in two different files File A: aaaaaaaadddddddd bbbbbbbbeeeeeeee ccccccccffffffff File B: 11111111 22222222 33333333 By using the above files print the following output or write it in the Other file as follows aaaaaaaa11111111dddddddd bbbbbbbb22222222eeeeeeee cccccccc33333333ffffffffffff
Using functions, write a program that multiplies two arrays. Use the following functions: - Function ReadArray - Function MultiplyArrays - Function DisplayArrays
Why pointers are used?
Write a program to reverse a given number in c?
What are the difference between a free-standing and a hosted environment?