Differentiate between declaring a variable and defining a variable?
No Answer is Posted For this Question
Be the First to Post Answer
What are the types of type qualifiers in c?
When the macros gets expanded?
Why c language?
#define f(g,h) g##h main O int i=0 int var=100 ; print f ("%d"f(var,10));} wat would be the output??
Is c programming hard?
Why pointers are used in c?
. Consider the following program main() { int a[5]={1,3,6,7,0}; int *b; b=&a[2]; } The value of b[-1] is (A) 1 (B) 3 (C) -6 (D) none
What is the function of ceil(X) defined in math.h do? A)It returns the value rounded down to the next lower integer B)it returns the value rounded up to the next higher integer C)the Next Higher Value D)the next lower value
What is the output for the program given below typedef enum grade{GOOD,BAD,WORST,}BAD; main() { BAD g1; g1=1; printf("%d",g1); }
Write a program that can show the multiplication table.
Can U write a C-program to print the size of a data type without using the sizeof() operator? Explain how it works inside ?
how could explain about job profile