which one is not preprocessor directive
a)#if b)#elif c)#undef d)#pragma
Answer Posted / jobin mathew
#pragma is not a preprocessor
Is This Answer Correct ? | 3 Yes | 8 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 are run-time errors?
How can I rethow can I return a sequence of random numbers which dont repeat at all?
What is the size of empty structure in c?
What is const keyword in c?
Explain is it valid to address one element beyond the end of an array?
Why void is used in c?
Write a program to print numbers from 1 to 100 without using loop in c?
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.
What is calloc in c?
What should malloc() do? Return a null pointer or a pointer to 0 bytes?
What is the explanation for modular programming?
Define Array of pointers.
What is the purpose of scanf() and printf() functions?
Explain the difference between call by value and call by reference in c language?