Answer Posted / mukesh
how a number could be small or CAPITAL
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the difference between class and object in c?
What is extern variable in c with example?
Write a code on reverse string and its complexity.
what are bit fields in c?
How will you print TATA alone from TATA POWER using string copy and concate commands in C?
What is line in c preprocessor?
Do variables need to be initialized?
Which is better malloc or calloc?
Write a program to compute the similarity between two strings - The program should get the two strings as input - Then it will output one single number which is the percentage of similarity between the two strings
4-Take two sets of 5 numbers from user in two arrays. Sort array 1 in ascending and array 2 in descending order. Perform sorting by passing array to a function mySort(array, sortingOrder). Then multiply both the arrays returned from function, using metric multiplication technique in main. Print result in metric format.
How do you override a defined macro?
illustrate the use of address operator and dereferencing operator with the help of a program guys plzzz help for this question
write a progrmm in c language take user interface generate table using for loop?
What does void main () mean?
What would happen to X in this expression: X += 15; (assuming the value of X is 5)