i have a written test for microland please give me test
pattern
No Answer is Posted For this Question
Be the First to Post Answer
What are the different types of C instructions?
Explain what are the __date__ and __time__ preprocessor commands?
Print all numbers which has a certain digit in a certain position eg: number=45687 1 number=4 2 number=5 etc
what does ‘segmentation violation’ mean?
Write a factorial program using C.
pgm to find middle element of linklist(in efficent manner)
what is the use of fflush() function?
Give differences between - new and malloc() , delete and free() ?
Explain how can type-insensitive macros be created?
What is a char c?
what is linkage error when it occurs in c program
Why we not create function inside function.