What is void main ()?
No Answer is Posted For this Question
Be the First to Post Answer
main() { int a; a=++100; printf("%d",a); getch(); }
What is a class?
Can a pointer point to null?
What does the error 'Null Pointer Assignment' mean and what causes this error?
What are macros in C?
C program to find frequency of each character in a text file?
Write a program in c to print * * * * * *******
What are lookup tables in c?
Who is the founder of c language?
What does a function declared as pascal do differently?
what is the different between if-else and switch statment (other than syntax)
26 Answers CTS, Oracle, Scorpos,
Can an array be an Ivalue?