#RustQuiz: what will be the output?

A. Panics with "error"
B. Prints "32"
C. Prints "1"
D. Compilation error

#rustlang

#RustQuiz: What is the output?

A. Compilation error
B. Prints 1
C. Panics at runtime
D. Prints 0

vote below
#rustlang

๐Ÿฆ€ Simple #RustQuiz

A. X gives compilation error and Y prints true
B. X prints false and Y prints true
C. X prints true and Y gives compilation error
D. Both gives compilation error

Vote๐Ÿ‘‡

#rustlang #rust

#RustQuiz: what will be the output?

A. false
B. true
C. Compilation error
D. unsafe block is missing

#rustlang #rust

#RustQuiz: what is the output?

A. prints
fn1
fn2
1

B. prints
fn1
1

C. Compilation error

D. Runtime panic

vote below ๐Ÿ‘‡

#rustlang #rust

#RustQuiz what is the output?

A. It will print
๐Ÿฆ€
๐Ÿฆ€

B. Compilation error

C. It will print
๐Ÿฆ€
Hello Rust!

D. It will print
Hello Rust!
Hello Rust!

Credits: @FineFindus

If you have seen @FineFindus post, you might already know the answer

Vote below ๐Ÿ‘‡

#rustlang

#RustQuiz

A. X gives compilation error & Y prints "Kernel" then "Dropped"

B. X prints "Kernel" & Y gives compilation error

C. X prints "Kernel" & Y prints "Kernel" then "Dropped"

D. Both X & Y gives compilation error

#rustlang #rust

#RustQuiz : What is the output?

A. Compilation error in X & Y

B. Runtime error in X & Y

C. X prints "boo" and "kernel", Y Prints "Kernel"

D. X gives compilation error, Y prints "Kernel"

vote below

#rustlang #rust

#RustQuiz : What will the output?

A.
Astra
Kernel

B.
Kernel
Astra

C.
Compilation Error

D.
Kernel panic!

----

Vote below

#rustlang #rust

๐Ÿฆ€ Simple #RustQuiz

What will be the output?

A. Prints "Astra"
B. Assertion fails and panic
C. Compilation error

Vote below
#rustlang #rust