how to TOGGLE Nth bit of variable in a MACRO
Is main is a keyword in c?
Give the output for the following program. #define STYLE1 char main() { typedef char STYLE2; STYLE1 x; STYLE2 y; clrscr(); x=255; y=255; printf("%d %d\n",x,y); }
what is the main use of c where it can use the c
What is meant by realloc()?
What does the error 'Null Pointer Assignment' mean and what causes this error?
main() { int a[10]; printf("%d",*a+1-*a+3); }
What is character set?
I need previous papers of CSC.......plz help out by posting them.......
Differentiate between the = symbol and == symbol?
In which area global, external variables are stored?
WAP to convert text into its ASCII Code and also write a function to decode the text given?
Is c an object oriented programming language?