macros and function are related in what aspect?
a)recursion b)varying no of arguments
c)hypochecking d)type declaration
Answer Posted / guest
hypochecking
| Is This Answer Correct ? | 10 Yes | 5 No |
Post New Answer View All Answers
What is the difference between #include
Explain how do you sort filenames in a directory?
Write a program to implement queue.
7-Given an index k, return the kth row of the Pascal's triangle. For example, when k = 3, the row is [1,3,3,1]. For reference look at the following standard pascal’s triangle.
What does c mean in standard form?
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?
How pointers are declared?
How to find a missed value, if you want to store 100 values in a 99 sized array?
please give me some tips for the placement in the TCS.
What Is The Difference Between Null And Void Pointer?
Explain built-in function?
Can we increase size of array in c?
find the sum of two matrices and WAP for it.
How to establish connection with oracle database software from c language?
How do you declare a variable that will hold string values?