Punteros y sobrecarga

Quiz
•
Computers
•
Professional Development
•
Easy
maximo Pereira
Used 4+ times
FREE Resource
8 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Variable que se emplea para direccionar otras variables se suelle llamar?
Ejemplo:
int a=5;
"int *p=&a;"
STATIC
COSNT
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Que indica la siguiente indicación: ->
Direccionamiento indirecto
Rotación de Bits a la derecha
Es menor que la resta
Es un error
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
struct Persona{
string nombre;
};
Persona *P= new(Persona)
Como asignar un Valor a nombre
P.nombre="Ariel";
P->nombre="Ariel"
Answer explanation
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
La estructura Union genera espacio en memoria para soportar?
Todo el tamaño del registro que se requiere.
Del tamaño de su registro toma el campo mas grande y solicita ese espacio en memoria.
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Tipo de dato de campo parametrizado
enum
char
float
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Palabra reservada para que el usuario elabore variables compuestas
struct
int
long
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Definir una función para que retorne un puntero
int dato(){
return dato;
}
int *dato(){
int *dat=new (int);
return dat;
}
int *dato(){
int dat=new (int);
return dat;
}
8.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Que funcion llamará el compilador:
int *V;
func(V,1);
void func(int *f, const int &v)
void func(int f, const int &v)
void func(int *f)
Similar Resources on Wayground
10 questions
pemrograman dasar

Quiz
•
Professional Development
10 questions
Quiz Java héritage

Quiz
•
Professional Development
10 questions
C Language Basic Quiz

Quiz
•
7th Grade - Professio...
10 questions
Prueba Diagnostica Modulo 2

Quiz
•
Professional Development
11 questions
JAVA QUIZ

Quiz
•
Professional Development
12 questions
AppsLab_Q3

Quiz
•
1st Grade - Professio...
11 questions
Int Prog Semana 1

Quiz
•
Professional Development
10 questions
C Code Master lvl 2 A

Quiz
•
Professional Development
Popular Resources on Wayground
11 questions
Hallway & Bathroom Expectations

Quiz
•
6th - 8th Grade
20 questions
PBIS-HGMS

Quiz
•
6th - 8th Grade
10 questions
"LAST STOP ON MARKET STREET" Vocabulary Quiz

Quiz
•
3rd Grade
19 questions
Fractions to Decimals and Decimals to Fractions

Quiz
•
6th Grade
16 questions
Logic and Venn Diagrams

Quiz
•
12th Grade
15 questions
Compare and Order Decimals

Quiz
•
4th - 5th Grade
20 questions
Simplifying Fractions

Quiz
•
6th Grade
20 questions
Multiplication facts 1-12

Quiz
•
2nd - 3rd Grade