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
Explain what is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?
What is the method to save data in stack data structure type?
This is a variation of the call_me function in the previous question:call_me (myvar)int *myvar;{ *myvar += 5; }The correct way to call this function from main() will be a) call_me(myvar) b) call_me(*myvar) c) call_me(&myvar) d) expanded memory
code for bubble sort?
Array is an lvalue or not?
write a “Hello World” program in “c” without using a semicolon?
What is volatile variable in c?
The % symbol has a special use in a printf statement. Explain how would you place this character as part of the output on the screen?
Explain union. What are its advantages?
Write the control statements in C language
is it possible to change the default calling convention in c ?
How do shell structures work?