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 type of errors are checked during compilation
what is the benefit of c30
What is data structure in c language?
2.main { int x,j,k; j=k=6;x=2; x=j*k; printf("%d", x);
Why c language is called c?
please help me..... please codes and flowchart plz turbo c lang po yan.....please asap response... 3. Make an astrology program. The user types in his or her birthday (month, day, and year as integer), and the program responds with the user’s zodiac sign, horoscope, and other information related to it. If the user’s birth year falls into a leap year, your program should display an appropriate message for it. NOTES: Conditional Statements: it should be with graphics
What is an identifier?
A banker has a seif with a cipher. Not to forget the cipher, he wants to write it coded as following: each digit to be replaced with the difference of 9 with the current digit. The banker chose a cipher. Decipher it knowing the cipher starts with a digit different than 9. I need to write a program that takes the cipher from the keyboard and prints the new cipher. I thought of the following: Take the input from the keyboard and put it into a string or an array. Go through the object with a for and for each digit other than the first, substract it from 9 and add it to another variable. Print the new variable. Theoretically I thought of it but I don't know much C. Could you give me any kind of hint, whether I am on the right track or not?
What is the difference function call by value & function call by reference?
How will you write a code for accessing the length of an array without assigning it to another variable?
Can you write a programmer for FACTORIAL using recursion?
How can I implement sets or arrays of bits?