What is a 'null pointer assignment' error?
No Answer is Posted For this Question
Be the First to Post Answer
what is the use of ~ in c lang?????
void main() { int a=1; printf("%d %d %d",a,++a,a++); } the output is supposed to be 1 2 2....but it is 3 3 1 this is due to calling conventions of C. if anyone can explain me how it happens?
please give code for this 1 2 4 7 11 16
a program that performs some preliminary processing in C, it acts upon certain directives that will affect how the compiler does its work a) compiler b) loader c) directive d) preprocessor
application areas a 'c' a) operating system b) graphics, interpreter, assembler c) program evalution, communication softwares d) all the above
program to find error in linklist.(i.e find whether any node point wrongly to previous nodes instead of next node)
What are keywords c?
A program to allow an input operand and operator from the operator and read on the display and output operand.
What is the difference between int and float?
What does void main () mean?
What will be your course of action for a push operation?
What is the difference between macros and inline functions?