macros and function are related in what aspect?
a)recursion b)varying no of arguments
c)hypochecking d)type declaration
Answer Posted / prakash.m
hypochecking
| Is This Answer Correct ? | 97 Yes | 17 No |
Post New Answer View All Answers
If i have an array 0 to 99 i.e,(Size 100) I place the values 1 to 100 randomly like a[0]=29,a[1]=56 upto array[99].. the values are only between 1 to 100. getting the array values by using scanf.. If i entered one wrong element value line a[56]=108. how can i find it.. and also how to find the missing value in 1 to 100.. and i want to replace the missing values.. any one of them know please post your answer..
What is main () in c language?
What is difference between structure and union in c programming?
What is the condition that is applied with ?: Operator?
A SIMPLE PROGRAM OF GRAPHICS AND THEIR OUTPUT I WANT SEE WAHAT OUTOUT OF GRAPHICS PROGRAM
How can I dynamically allocate arrays?
Is it valid to address one element beyond the end of an array?
What is bash c?
What is bubble sort technique in c?
Can we assign integer value to char in c?
write a program that reads lines(using getline), converts each line to an integer using atoi, and computes the average of all the numbers read. also compute the standard deviation.
If null and 0 are equivalent as null pointer constants, which should I use?
What is the difference between class and object in c?
What is typedf?
List at least 10 sorting methods indicating their average case complexity, worst case complexity and best case complexity.