Start Interview Prep
Take a Quiz
← All Topics
Zig Quiz
Question 1/50
Score: 0
Which function is the entry point of a Zig program?
pub fn main() !void
fn main()
int main()
function main()