Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
0% found this document useful (0 votes)
28K views

Example 2 - GDB Online Debugger Code, Compile, Run, Debug Online C, C++

Uploaded by

tonkaw67.tk
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
28K views

Example 2 - GDB Online Debugger Code, Compile, Run, Debug Online C, C++

Uploaded by

tonkaw67.tk
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

   Run  Debug  Stop  Share  Save { } Beautify  Language C  

 OnlineGDB beta
main.c
online compiler and debugger for c/c++
1 /******************************************************************************
2
Welcome, กมลพร เ'อด*นทด
3 Welcome to GDB Online.
Example 2 4 GDB online is an online compiler and debugger tool for C, C++, Python, Java, PHP, Ru
5 C#, VB, Swift, Pascal, Fortran, Haskell, Objective-C, Assembly, HTML, CSS, JS, SQLit
Create New Project 6 Code, Compile, Run and Debug online from anywhere in world.
My Projects 7
8 *******************************************************************************/
Classroom new 9 #include <stdio.h>
Learn Programming 10
11 int main()
Programming Questions 12 {
Logout 13 int num;
14 printf ("enter number:");
15 scanf ("%d",&num);
16 printf ("output = %d",num);
17 }
18
19

   input
enter number:32
output = 32

...Program finished with exit code 0


About • FAQ • Blog • Terms of Use • Press ENTER to exit console.
Contact Us • GDB Tutorial • Credits •

Privacy
© 2016 - 2021 GDB Online

You might also like