Answer Posted / guest
Mean time from submission to completion of process.
| Is This Answer Correct ? | 22 Yes | 3 No |
Post New Answer View All Answers
Explain the use of 'auto' keyword in c programming?
about c language
Describe static function with its usage?
Can a variable be both const and volatile?
How can a process change an environment variable in its caller?
i have to apply for rbi before that i need to know the the syllabus for the entrance questions. whethet it may be aps or techinical
Why do we use int main instead of void main in c?
What are the ways to a null pointer can use in c programming language?
What is difference between array and structure in c?
Write a program to generate a pulse width frequency of your choise,which can be variable by using the digital port of your processor
how do you execute a c program in unix.
What is structure and union in c?
Write a function stroverlap that takes (at least) two strings, and concatenates them, but does not duplicate any overlap. You only need to worry about overlaps between the end of the first string and the beginning of the second string. Examples: batman, manonthemoon = batmanonthemoon batmmamaman, mamamanonthemoon = batmmamamanonthemoon bat, man = batman batman, batman = batman batman, menonthemoon = batmanmenonthemoon
What are run-time errors?
How does free() know explain how much memory to release?