Why is c called a structured programming language?
No Answer is Posted For this Question
Be the First to Post Answer
program to find the magic square
What is the difference between call by value and call by reference in c?
What is the difference between pure virtual function and virtual function?
What is #include conio h?
What is c preprocessor mean?
What is the difference between functions getch() and getche()?
What is the difference between text files and binary files?
write a programme to convert temperature from farenheit to celcius?
what is the output of the below code? main( ) { printf ( "\nOnly stupids use C?" ) ; display( ) ; } display( ) { printf ( "\nFools too use C!" ) ; main( ) ; }
#define MAX 3 main() { printf("MAX = %d ",MAX ); #undef MAX #ifdef MAX printf("Vector Institute”); #endif }
can any one provide me the notes of data structure for ignou cs-62 paper
out put of printf(ā%dā,printf(ram));