
Punteros y sobrecarga
Authored by maximo Pereira
Computers
Professional Development
Used 4+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
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;
}
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?