Not all reserved words are written in lowercase. TRUE or FALSE?
No Answer is Posted For this Question
Be the First to Post Answer
how to find out the biggest element (or any other operation) in an array which is dynamic. User need not to mention the array size while executing.
Here is alphabets : abcdefgh 1) how to reverse. as hgfedcba 2) after reversal, how to group them in a pair hg fe dc ba.
#define MAX 3 main() { printf("MAX = %d ",MAX ); #undef MAX #ifdef MAX printf("Vector Institute”); #endif }
what is the other ways to find a logic to print whether a number is an even or odd wit out using % symbol??????? i know three different ways to print it. so i need any other different logic>>>>>
how does a general function , that accepts an array as a parameter, "knows" the size of the array ? How should it define it parameters list ?
code for reverse alternate words from astring
what is the different bitween abap and abap-hr?
write a program in c language to print your bio-data on the screen by using functions.
Write a program to print fibonacci series using recursion?
what is dangling pointer?
the maximum value that an integer constant can have is a) -32767 b) 32767 c) 1.701e+38 d) -1.7014e+38
What is a rvalue?