What is C language ?
No Answer is Posted For this Question
Be the First to Post Answer
Why double pointer is used in c?
What is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?
What are the types of unary operators?
Explain how do you determine whether to use a stream function or a low-level function?
who did come first hen or agg
int i; i=2; i++; if(i=4) { printf(i=4); } else { printf(i=3); } output of the program ?
64/square(4)
What is the equivalent code of the following statement in WHILE LOOP format?
pgm to reverse string using arrays i.e god is love becomes love is god) (assumption:only space is used for seperation of words) no addtional memory used.i.e no temporary arrays can used.
What is the use of ?: Operator?
write a c program to change only the 3rd bit of the particular number such that other bits are not affected.. if bitnum=10(say.. it can be any no..
What are the types of functions in c?