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
Write a C program to multiply tho numbers without using arithmetic operator (+, -, *, /).
Write a program that takes a 5 digit number and calculates 2 power that number and prints it
Why main function is special give two reasons?
5. distance conversion: Convert a distance from miles to kilometers .there are 5280 feets per mile,12 inches per foot .2.54 centimeters per inch and 100000centimeters per kilometer
what are the 10 different models of writing an addition program in C language?
What is the output of below code? main() { static in a=5; printf("%3d",a--); if(a) main(); }
When you call malloc() to allocate memory for a local pointer, do you have to explicitly free() it?
what is the height of tree if leaf node is at level 3. please explain
Explain the difference between the local variable and global variable in c?
main() { int i = 1; int num[] = {1,2,3,4}; num[i] = i++; printf("%d", num[i]); } what will be the output? }
22 Answers NDS, TCS,
What is the function of this pointer?
0 Answers Agilent, ZS Associates,
Tell me about low level programming languages.