What is the use of bitwise operator?
No Answer is Posted For this Question
Be the First to Post Answer
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"
in b=6.6/a+(2*a+(3*c)/a*d)/(2/n); which operation will be performed first a) 6.6/a b) 2*a c) 3*c d) 2/n
What is a null pointer in c?
What is call by value in c?
Why is C language being considered a middle level language?
How can I handle floating-point exceptions gracefully?
What is || operator and how does it function in a program?
What are 3 types of structures?
What are the advantages of external class?
c language supports bitwise operations, why a) 'c' language is system oriented b) 'c' language is problem oriented c) 'c' language is middle level language d) all the above
will u give me old quesrion papers for aptitude for L & t info tech?
What is data structure in c language?