An instruction which is analysed and acted upon by the processor prior to the compiler going its work
a) directive
b) constructive
c) constant
d) absolute mode
No Answer is Posted For this Question
Be the First to Post Answer
why we use "include" word before calling the header file. is there any special name for that include??????
Why c is called a middle level language?
How to print "I Love My India" without using semi colon?
who will call your main function in c under linux?
Write a program that will read the input of any number of digits n in a row of shafh showing the breakdown of the printing and printing figures by the recursive function.
Write a program to replace n bits from the position p of the bit representation of an inputted character x with the one's complement. Method invertBit takes 3 parameters x as input character, p as position and n as the number of positions from p. Replace n bits from pth position in 8 bit character x. Then return the characters by inverting the bits.
Devise a program that inputs a 3 digit number n and finds out whether the number is prime or not. Find out its factors.
I have an array of 100 elements, each of which is a random integer. I want to know which of the elements: a) are multiples of 2 b) are multiples of 2 AND 5 c) have a remainder of 3 when divided by 7
Explain #pragma in C.
Can you apply link and association interchangeably?
WHO WROTE C LANGUAGE?
1 1 1 1 2 1 1 3 3 1 1 4 6 4 1