programming languages Online Quiz - 27
Description: programming languages Online Quiz - 27 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: programming languages |
Attempted
0/20
Correct 0
Score 0
‹
›
Check whether the syntax of the piece of code is correct: text.setBackGround(color.Yellow);
Code: char* myFunc (char *ptr) { ptr += 3; return (ptr); } int main() { char *x, *y; x = "HELLO"; y = myFunc (x); printf ("y = %s \n", y); return 0; } What will print when the sample code above is executed?
Which one of the following is not written in Delphi?
Find out the odd one.
What is the ordinal value of 'nodefault' storage specifier of a property?