How can I list all of the predefined identifiers?
No Answer is Posted For this Question
Be the First to Post Answer
What is storage class?
what is the function of .h in #include<stdio.h> in c ?
23 Answers HCL, IBM, Wipro,
Which of the following are valid "include" formats? A)#include and #include[file.h] B)#include (file.h) and #include C)#include [file.h] and #include "file.h" D)#include <file.h> and #include "file.h"
any string of bits of length 'n' represents a unique non- negative integer between.............?
wat is the output #define VOLEDEMORT _who_must_not_be_named int main() { printf("VOLEDEMORT"); }
Write a program to display the no of bit difference between any 2 given numbers eg: Num1 will 12->1100 Num2 will 7->0111 the difference in bits are 2.
prototype of sine function.
What is operator promotion?
any restrictions have on the number of 'return' statements that may be present in a function. a) no restriction b) only 2 return statements c) only 1 return statements d) none of the above
int *p=20; if u print like dis printf("%d",p); o\p:- 20; how is it possible? plz give me the explanation.
Is it possible to use curly brackets ({}) to enclose single line code in c program?
WRITE A PROGRAM IN C TO MULTIPLY TWO 2-D ARRAYS