What is volatile c?
No Answer is Posted For this Question
Be the First to Post Answer
Identify the operators that is not used with pointer a. && b. # c. * d. >>
a=0; b=(a=0)?2:3; a) What will be the value of b? why b) If in 1st stmt a=0 is replaced by -1, b=? c) If in second stmt a=0 is replaced by -1, b=?
Do you know null pointer?
How many levels of pointers can you have?
prototype of sine function.
What are enums in c?
In which header file is the null macro defined?
Are the outer parentheses in return statements really optional?
what is data structure
Write a program to print "hello world" without using a semicolon?
How can you return multiple values from a function?
how is the examination pattern?