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


Please Help Members By Posting Answers For Below Questions

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..

1783


What are run-time errors?

827


How can I rethow can I return a sequence of random numbers which dont repeat at all?

979


What is the size of empty structure in c?

814


What is const keyword in c?

954


Explain is it valid to address one element beyond the end of an array?

955


Why void is used in c?

776


Write a program to print numbers from 1 to 100 without using loop in c?

866


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.

1965


What is calloc in c?

885


What should malloc() do? Return a null pointer or a pointer to 0 bytes?

824


What is the explanation for modular programming?

909


Define Array of pointers.

836


What is the purpose of scanf() and printf() functions?

923


Explain the difference between call by value and call by reference in c language?

873