programming languages Online Quiz - 111
Description: programming languages Online Quiz - 111 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: programming languages |
main() { char s1[]=“Cisco”; char s2[]= “systems”; printf(“%s”,s1); }
#define TRUE 0 // some code while(TRUE) { // some code }
main() { int x=10, y=15; x = x++; y = ++y; printf(“%d %dn”,x,y); }
main() { int a=0; if(a==0) printf(“Cisco Systemsn”); printf(“Cisco Systemsn”); }
Which of the following languages is a subset of C++ language?
Which of the following correctly describes C++ language?
Which of the following keyword supports dynamic method resolution?
Which of the following language is not supported by C++?
Which of the following language feature is not an access specifier in C++?
If X is the name of the class, what is the correct way to declare copy constructor of X?
What does STL stand for?
Which of the following is the most common way of implementing C++?
What is the implicit pointer that is passed as the first argument for nonstatic member functions?
Choose correct syntax used for external CSS
Choose correct syntax for making a submit button:
We have following break line tag is used in all browser
Choose correct syntax as per w3c standard:
Choose true option :
The file attribute is used when we have to include the within same directory. When we have in different directory then we use attribute in server side include tag?