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
Java main() and Scanner

Quiz
•
Professional Development
12 questions
SLG IPC144 Week 10

Quiz
•
Professional Development
8 questions
Javascript (Parte I)

Quiz
•
Professional Development
12 questions
Excel Basico

Quiz
•
Professional Development
12 questions
FP - Semana 6

Quiz
•
Professional Development
5 questions
SEMANA 01

Quiz
•
Professional Development
9 questions
Examen Algoritmos Sabatino

Quiz
•
Professional Development
8 questions
Algoritmos y Programación C - Funciones y Procedimientos

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