Top 43 Apps Similar to C++ Quiz

Learn C Programming [ Pro ] 1.0
CodeToInvent
Learn C Programming with Code Compiler, Tutorial, Programs,Quiz,Interview Q&A
C++ Programming ,Tutorials & Quiz 1.7.2
Vishal Pandey
Free App of C++ Programming ,Tutorials & Quiz: An appfortheprogramming beginners. Features of C++ Tutorial App: ★Chapterwisecomplete C++ Tutorials ⦁ introduction to C++ language.⦁Comparisonof C++ with other languages. ⦁ Operator precedencetable⦁ C++Keywords ⦁ ASCII table ⦁ OOPs ⦁ Advance Concept ⦁Templates★Programs ⦁ Matrix programs ⦁ Sorting & Searchingprograms⦁Data Structure & Algorithms programs ⦁ Basic programs⦁Pointerprograms ⦁ Inheritance programs ⦁ Operator overloading★PatternPrograms ★ C++ Compiler ★ Exam Questions & Answer★InterviewQuestions ★ Pattern Programs Pattern printingprogramsincluding :⦁ Symbol patterns ⦁ Number patterns ⦁ Characterpatterns⦁ Seriespatterns ⦁ Spiral patterns ⦁ Wave-style patterns★CompetetiveProgramming ★ Frequently Asked Questions and Answers★AllImportant Exam Questions ★ References ★ C++ Quiz with 10levelsineach levels 10 questions & 4 options for c++ skilltesting★Very simple User Interface ⦁ Trick programs C++OverviewC++Environment Setup C++ Basic Syntax C++ Comments C++ DataTypesC++Variable Types C++ Variable Scope C++Constants/LiteralsC++Modifier Types C++ Storage Classes C++Operators C++ Loop TypesC++Decision Making C++ Functions C++Numbers C++ Arrays C++StringsC++ Pointers C++ References C++ Date& Time C++BasicInput/Output C++ Data Structures C++ ObjectOriented -----------C++ Object Oriented -- ------------- C++Classes & ObjectsC++Inheritance C++ Overloading C++Polymorphism C++ AbstractionC++Encapsulation C++ Interfaces FullOffline Content - NoNeedInternet Syntax Highlighter If you Like Mywork please Rate it5stars & don't forget to share C++Programming ,Tutorials&Quizwith your friends.Happy coding:)Keywords: c++ allprograms,c++ basic, c++ advance,c++appdownload,c++ book,c++ bookinenglish,c++ all programs,c++compileride,compiler offlinec++,c++data structures,c++ emulator,c++function,c++pattern,c++language,cpp,c++ mobile, cpp mobile,cppmobile app,c++notes, cppfor class 12,cpp quiz,cpp output,cpptutorial,cpp viva,oops usingc++ Learn C++,C++ Programs,C++Guide,C++ Reference,C++Programming,C++ Offline,C++ Tutorials,C++Reference Guide,C++Programs,C++Simple Programs,C++ GettingStarted,OptimizingC++,C++Annotations,C++ Quick Reference,C++ withOOPS,OOPSConcepts.----------------------- PLEASENOTE------------------------Instead of giving a lower rating,pleasemail me your queries,issues or suggestions. I will be happytosolve them for you :-----------------------------------
Master In C++ (Learn C++) 5.6.0
Thiyagaraaj M
★ Master In C++ ⋙ is a pretty app for all C++ and OOPS Concepts★
Learn C++ Pro 3.0
AdriAda
Learn the basics of C++ with new features!
Learn C++ Programming [ PRO ] 1.0
CodeToInvent
Learn C++ Programming with Code Compiler, Lessons, Programs,Quiz,Interview Q&A
C4droid - C/C++ compiler & IDE
n0n3m4
C4droid is a user-friendly (but powerful)C/C++IDE + C/C++ compiler for Android.Basic features:- Offline C compiler: create your own applications on Androiddeviceand run them even without Internet access- Source code editor with syntax highlighting, tabs,codecompletion, code formatting, file association andundo/redo- Export&share your programs as APKs or native executables(forterminal apps)- No root required (but C4droid can use it for your programs ifyouwant)- Full ANSI C and ISO C99 support with TCC (Tiny C Compiler)+uClibc- Git integration- Customizable GUI, choose where to place tabs and buttonsbyyourself, themes are also supported.More features with a free GCC plugin:- Fully-functional C++ compiler, almost complete C++11 supportwithGCC compiler- NativeActivity, Qt, SDL and SDL2 support for GUI- Debugger with breakpoints and watches- Makefile support: use the same build scripts as on yourPC(BusyBox is included)- Semi-automatic open-source library porting feature forenhancedprogramming & educationC4droid is designed to be user-friendy out-of-the-box, butnothingis perfect, so here are some answers for questions thatcanappear:How to install C++ support?C4droid will ask you to install C++ support at first startupandwill configure itself in semi-automatic mode.If you want to do that manually, you need:0) Enough internal memory OR root rights. C4droid does notrequireroot rights for devices with more than 50MB of freeinternalmemory.1) Install GCC plugin (C4droid will ask you to install it).2) Select G++ compiler in C4droid preferences.3*) Add "using namespace std;" to your program(before int main),useiostream, not iostream.hNote that if you want to use C4droid as a C compiler, it isbetterto select GCC, not G++.How to use SDL, SDL2, NativeActivity and Qt insingle-filemode?Just install SDL plugin and select G++ compiler inC4droidpreferences.Note that C4droid chooses app mode using a very simple sourcecodeanalysis:SDL is detected with #include "SDL.h", SDL2 is detectedwith#include "SDL2/SDL.h", NativeActivity is detected with#include"android_native_app_glue.h", Qt is detected with#include"QApplication"If you are compiling a single-file Qt app, you must add#include"yoursourcefilenamewithcpp.moc" to the end of source codefilealso.How to use Makefiles, multifile projects, etc?Long-click compile button (or select "compilation settings"ifbuttons are hidden/moved) and configure current directory tousethe mode you want.Note that C4droid will create .c4droid configuration file whenyouwill press Ok. Some modes (like makefile) require to enterresultexecutable file name, don't forget to do that.After doing that all use compile and run buttons to build andrunyour app as regular.How to build and install libraries?Almost the same way as regular Makefile building except forthatmost probably some patching may be required.Currently tested libraries are gmp(internalmemoryonly),mpfr,mpc,libxml2,neon,sqlite,SDL_gfx(--disable-mmxrequired).Which gestures/keyboard shortcuts does C4droid support?Long-click gestures:New button: delete current file.Save button: save as.Open button: recent files.Run button: run with arguments.Compile button: configure current directory.Tab: close tab.Keyboard shortcuts:Ctrl-C, Ctrl-V, Ctrl-X for Copy, Paste and CutCtrl-S, Ctrl-O for Save/OpenCtrl-Z, Ctrl-Y for Undo/Redo.Ctrl-L for "go to Line"Ctrl-F for FindCtrl-A for select AllCtrl-B for Build/compileCtrl-R for RunCtrl-Space/Ctrl-D for autocompletion (Ctrl-Space may be reservedbyAndroid)Report bugs at [email protected] stands for "c for android" (or "c++ for android").C4droid is not an online compiler, so it uses real binaries.Some binaries in APK are licensed under (L)GPL, email me forthesource code (Tiny C compiler, GCC, BusyBox, etc.)Android is a trademark of Google Inc.Qt is a registered trademark of Digia.
Learn C++ 7.0
AdriAda
Learn the basics of C++ in English and without invasiveadvertising!
c++ programming App 4.0
C++ app contains 200+ programs(DS) tutorials with theinterviewpreparation kit.
Learn Java Programming [ Pro ] 1.3
CodeToInvent
Java Programming with Compiler & Videos [Premium]appprovidesyou : ★ NO Advertisements ★ Java Compiler will CompileyourCode atthe fastest Speed ★ Compiler can also Compile C,C++Codealong withJava Programs ★ Java Animation Videos WhichhelpsStudents to (Learn Java ) clear their concepts . ★ ThisJavaProgramming proversion is Also Compatible with Tablets ★ 16Lessons[120+sub-topics With Pictures and Example Programs]Contains:JavaTutorial Core Java Tutorial 1) Introduction toJava(11+sub-topics) 2) Datatypes & Operators (7 sub-topics)3)Controlstatements & Loops (6 sub-topics) 4) Arrays&wrapperclasses (6 sub-topics) 5) OOP's basics (10 sub-topics)6)OOP'sfeatures (8 sub-topics) 7) OOP's Keywords &methods(8sub-topics) 8) More on OOP's (9 sub-topics) 9)ExceptionHandling(7 sub-topics) 10) Multi-Threading (6 sub-topics)11)CollectionsFramework (7 sub-topics) 12) File Handling(6sub-topics) AdvanceJava Tutorial 13) Applets (6+ sub-topics)14)Abstract windowtoolkit [AWT] (6+ sub-topics) 15) Swings(6+sub-topics) 16)Networking (6+ sub-topics) Which makesJavaProgramming easier. ★400+ Programs with comments&documentation which helps youduring your exams ,Sems or anyothercompetitions. ★ Star +FAQ's(VIVA || Java Interview QuestionsandAnswers) Which helps youduring Interview or any CollegepracticalLab Viva ★ 1000+ JavaProgramming Quiz with [Easy, Medium&Hard] Category to prepareyou for Competitive Exams If you LikeMywork please Rate it 5stars & don't forget to share theJavaTutorial App with yourfriends. Happy coding:)
Learn C++ Programming 2.1
CodeToInvent
C++ Programming App : Learn C++ Tutorial Learn C++Programming[C++Programming offline / C++ Tutorial ] app providesyou :★Lessons [ With Pictures and Example Programs] Topic Covered:1.Introduction to C++ [ 6 SUB Topics ] 2. IOStream [ 4 SUBTopics]3. Data types & Operators [ 8 SUB Topics ]4.Conditionals& Loops [ 7 SUB Topics ] 5. Arrays & Types [4SUB Topics ]6. Strings & more [ 6 SUB Topics ] 7 Pointers&Structure [8 SUB Topics ] 8. Functions [ 7 SUB Topics ] 9.OOP'SConcepts [ 7SUB Topics ] 10. More on OOp'S [ 7 SUB Topics ]11.Exception &File Handling [ 4 SUB Topics ] Which makes LearnC++Programmingeasier. ★ 300+ Programs with comments&documentation whichhelps you during your exams ,Sems or anyothercompetitions. whichmakes Learn C++ Programming easier ★StarImportant FAQ's(VIVA ||C++ Interview Questions and Answers)Whichhelps you duringInterview or any College practical Lab Vivawiththe help of C++tutorial for beginners ★ 1000+ C++ ProgrammingQuizwith [Easy,Medium & Hard] Category to prepare youforCompetitive Examswith the help of C++ tutorial and programming★This C++Programming Language app enables you to carryC++programmingTutorial offline in your android phone. ★★★If youwanttoDownload  Java Programming App  clickingthelinkbelow:👇🏼★★★https://play.google.com/store/apps/details?id=com.java.malik.javaanimJavaProgrammingApp ★★★If you want ( NO Ads + Super Fast CompilerforJava, C &C++ ) Download Pro Version of Java App. [JavaProgramming App Pro -with Fast Compiler ] by clickingthelinkbelow:👇🏼★★★https://play.google.com/store/apps/details?id=com.java.malik.javaprogrammingJavaProgrammingApp Pro - with Fast Compiler If you Like My workpleaseRate it 5stars & don't forget to share C++ Tutorial Appwithyourfriends.Happy coding:)
Learn C++ Programming Tutorial 36.0
Learn C++ programming app to learn C++ programming, C++Tutorial,Sololearn C++
Javascript Tests and Quizzes 3.5.75
- Test your JavaScript skills and knowledge with our extensivebaseof programming tests and questions - Learn and improveyourJavaScript skills and knowledge by reading explanationsassigned toeach programming question to help you understand theconcept -extend your programming knowledge by reading our articlesaboutJavaScript topics - save your favorite JavaScript tests toyourfavorite list - Create your own JavaScript quizzes withtechnicalquestions that are in our database - become an author andadd yourown JavaScript questions and tests and help other toimprove theircoding skills Quizes and questions are divided by thelevel:beginner, intermediate and advanced. This application doesnotcontain official JavaScript tests, but it will definitely helpyouprepare for technical interview and get your dream position ofaJavaScript developer. Whether you are an experienced orbeginnersoftware programmer, this application is for everyone whowants tolearn and expand their knowledge of the JavaScriptprogramminglanguage. This application can be useful to: - preparefor theJavaScript programming exam - fill knowledge gaps aboutJavaScriptlanguage - prepare for the JavaScript technical jobinterview -practice your JavaScript coding skills Join 13,000 userswho arealready learning the JavaScript programming language withus. Youcan find programming questions related to: - JavaScript-ECMAScript 6 (ECMAScript 2015) - CSS - HTML - React - Angular-AngularJS - TypeScript - Node - MongoDB - Git - Java - PHPExamplesubjects: - JavaScript - variables and data types,operator,conditions and loops, arrays, functions, objects, scope,this,hoisting, arguments, NaN, regular expressions, null,undefined,closure, apply/call/bind, new and prototype, iife, strictandnon-strict mode, delete operator, type of operator,WebSockets,Fetch API, cookies, XHR and Ajax, session and localstorage, asyncand await - ES6 - promises, let/const, templatestrings, arrowfunction, rest and spread, classes and inheritance,modules,default parameter values, symbol, generators,array/objectdestructuring, Set, Map - CSS - selectors, specificity,pseudoclasses and pseudo elements, box model, shorthandproperties,stacking context, margin collapsing, floating,positioning, units,gradients, block vs inline elements, fontstyling, inheritance -HTML - links, lists, elements, tables, forms,images, audio andvideo tag, iframes, global attributes, doctype andDTD - TypeScript- enums, types, interfaces, classes, generics,union, tuple -Angular - binding, components, directives, pipes,modules,template-driven forms and reactive forms, Angular CLI,services,routing, @Input/@Output, guards, lifecycle hooks - React-components and props, JSX, handling events, state, Refs - Node-modules, fs, http, npm
C++ Programming App 7.0
Complete C++ in a Single App Like Tutorials,Many ProgramsandInterview Q/A
Mobile C { C/C++ Compiler } 2.5.2
Learn programming ( coding ) on your mobile devices.
Python. Exercises and examples
plustilino
Examples of exercises and practice problems in thePythonprogramming language
C++ Pattern Programs 9.3
650+ C++ pattern programs, 250+ other programs, Learn C++,Videotutorials.
Coderslang: Programming. Codin 3.3.21
AGILENIX
Improve your programming skills, test yourself, prepare for thetechinterview
Mobile C [ C/C++ Compiler ] 2.5.2
Learn programming ( coding ) on your mobile devices.
Язык программирования C. Курс
plustilino
Fundamentals of the programming language C. A course withexamplesof solving part of the problems
Anacode IDE Android/C/C++/JAVA 1.7.0.2
Mobile integrated development environmentforAndroid,C/C++,JAVA,HTML,CSS,PHP
ITProTV 2.8.20
ITProTV
IT pros excel with ITProTV, binge-worthy learning™ for IT teamsandindividuals.
C# Tutorial 4.0
*** Unique Features *** 1.Interactive User interface 2.Neatandclearlayout for better visibility 3.Search option available onallpages4.Many programs with clear output 5.Topic wisePrograms6.Topic wisetheory with full description 7.Standardinterviewquestions andanswers 8.Very Simple and UnderstandablelanguageThis is the onlyapp in which you can learn the wholesyllabus ofC# language withTutorials ,programs and Interviewquestions andanswers. Thisapplication has decent user interface.Itmakes yourlearning betterand interactive. *** Modules*** 𝟏.C#TUTORIAL: Thispart containscomplete syllabus with full descriptionof each topicwithsyntax,description and example for your betterunderstanding.𝟐.C#PROGRAMS:This part contains more than 300programs with outputforyour deep practical knowledge and for yourbetterunderstanding.𝟑.INTERVIEW Q/A:This part containsinterviewquestions and answers ofevery topic available in C#language .Ihope this will help you inyour viva and interviews.
CodePal: Learn programming 2.6
JAVASCRIPT Learn programming and computers, as they areessential21st century skills. By choosing to learn programmingtechnologieslike Javascript, you will be prepared for jobs of thefuture asJavascript is used in web development, app development,games andbackend development and is the language of the future.WithCodePal, you can learn cutting-edge programming languagesandtechnologies like Javascript, mobile app development,webdevelopment with bite-sized lessons, quizzes, and gamescompletelyoffline and learn to code. You can also write realJavascript codeand we have several challenges to help you test yourability andlearn programming quickly. Develop mobile apps, learnwebdevelopment, and learn Javascript, all for free with CodePal.Makeapps and websites with CodePal. We focus on helping kidsmasterJavascript programming as the programming language ofchoice,because it is the most widely used coding language today,and canbe used to create web applications as well as mobileapplications.CodePal helps beginners of all ages learn Javascriptand computerbasics through games and fun challenges that helpimprove problemsolving, logical thinking, analytical, and codingskills. Thus,beginners can learn programming anytime, anywhere. Bychoosing tolearn Javascript programming, beginners will invest in along timejourney of programming, where they will be able todevelopcutting-edge mobile and web apps and technologies, veryquickly. Byfollowing our self-guided challenges, quizzes, andgames, beginnerscan learn programming very quickly. Moreover, ifyou have beencoding for a while, you can use CodePal to brush uponcutting-technologies and learn programming a different languagesoyou can be in a better position for jobs. LEARN TO CODEForabsolute beginners, we also teach basics of coding throughblocks,which is coding for kids. Besides, beginners can also learnto codeJavascript as we start right from the basics. Kids of allages canlearn Javascript. We keep adding new courses regularly.CODING FORKIDS Kids can learn the basics of Javascript programmingandlogical thinking through blocks, which serves as a greatcodinglanguage for kids and beginners. Blocks are the best way tolearncomputer basics for kids and when combined with coding games,a lotof fun. Also, coding for kids can be best achieved throughgames.Currently, we offer the following courses: JAVASCRIPTFUNDAMENTALSI An introduction to the Javascript programminglanguage throughfun challenges and games. Learn through severallessons, codingchallenges, games, and quizzes the following keyconcepts: 1.Functions 2. Variables 3. Operators 4. Conditionals 5.Arrays 6.Loops By learning important Javascript fundamentals,master thelanguage that is powering websites, mobile apps andservers.JAVASCRIPT FUNDAMENTALS II Continue your learning andunderstandingof Javascript with the following concepts: 1. Objects2.Higher-Order Functions 3. ECMAScript 6 BASICS OF CODING(BLOCKS)Learn to code with our flagship beginner coding game called"HungryJumbo", where you will help Jumbo collect fruits and earnpoints.Through Hungry Jumbo, kids can learn the followingcrucialconcepts: 1. Functions 2. Variables 3. Loops 4. Nested Loops5.Debugging 6. Logic and have fun at the same time. This gamegoesinto the depths of logical thinking via coding to ensurethatbeginners learn very important concepts which will helpthemgreatly in their computer science learning journey. REACTNATIVEComing soon! With React Native, you will learn thefundamentalsrequired to build an app on both android and ios.CodePal is agreat way for beginners and intermediate programmers ofall ages tolearn Javascript programming and programming languagebasicsoffline, on-the-go. Learn to code with CodePal! If you haveanyquestions, please reach out to us. We would love hearing fromyou.
CppDroid - C/C++ IDE
Anton Smirnov
CppDroid is simple C/C++ IDE focusedonlearning programming languages and libraries.Features:* code complete ** real-time diagnostics (warnings and errors) and fixes ** file and tutorial navigator (variables, methods, etc)* static analysis ** smart syntax highlighting* portrait/landscape UI* auto indentation and auto pairing (configurable)* configurable code syntax highlighting (themes) ** compile C/C++ code (no root required)* works offline (built-in compiler, no internetconnectionrequired)* great C/C++ code examples included ** detailed C++ tutorial and learn guide included ** add-ons manager and auto updates* Dropbox support ** Google Drive support *On first launch CppDroid extracts SDK (about 150Mb)anddownloads and extracts examples and tutorials, so about215Mb of internal storage space is required. It can't bemoved tosd card because of android security.Start learning C and C++ by examples (menu / Project/Examples) or tutorials (menu / Project/Tutorials).App blog:http://www.cppdroid.infoAdvanced paid features (marked with *) review:http://www.cppdroid.info/p/advanced-features.htmlSee also ArduinoDroid app:http://www.arduinodroid.info
Learn Kotlin & Android 4.2.21
Learn Kotlin Programming with programming lessons,tutorials,programs & more
JLPT N1-N5 2010-2018 Japanese 1.19
gemuT
Japanese-Language Proficiency Test N1-N5 2010-2018
Learn C++ 2.8.2
Sololearn
We're moving to our new free All-in-One app! Get ithere:https://play.google.com/store/apps/details?id=com.sololearnLearnC++ in a greatly improved learning environment with morelessons,real practice opportunity, and community support. Learn C++isanother FREE programming course by SoloLearn. Whether you'vehadany prior programming experience or not, this app will helpyoulearn all you need to know in order to start creating andcompilingyour own programs. Learning with SoloLearn has proved tobe fast,effective and fun. This app will show you how easy it is tobecomea programmer. Learn C++ includes over 80 lessons split into8levels that cover basic concepts, data types, arrays,pointers,conditional statements, loops, functions, classes andobjects,inheritance & polymorphism, templates, exceptions andfiles.Unlock new levels, quizzes, collect points and compete withyourpeers around the world. Most importantly, learn while havingfunbecause engaged learning makes a difference. Good luck!
JavaScript Recipes 2.18
Directory of standard, frequently used operations in JavaScript ES9
Learn Java Programs 5.6.0
Thiyagaraaj M
Simple, Clean and Well Formatted Java Programs. More than200Programs.
Learn Cryptography 4.2.6
Learn Cryptography with programming lessons, tutorials,programs& more
Leetcode Algorithm Coding, Jav 5.2.2
FreeTymeKiyan
Leetcode Algorithm and Data Structures Coding, JavaInterviewOffline APP
AlgoPrep - Algorithms & Data s 10.8
A tool to see how sorting & searching algorithms work&compare with each other.
algois.me: Coding Contests 2.1.2
xorum.io
Rating updates, upcoming contests, recent actions, and problems.
Simulator Python, C++, Java 28.0
Programming tests in Python, C++, Java, Pascal. Learn to workwiththe code!
Cxxdroid - C/C++ compiler IDE
IIEC
Learn C and C++ programming with the most user-friendly C/C++ IDEonGoogle Play
Design Patterns in C# 1.0.0
A reference app for Design Patterns in C# programming language.
Leetcode Python 1.27
Python solutions to over 1000 algorithm problems from Leetcode
Powershell Tutorial 4
Sagar V Hande
PowerShell Tutorial : Put The Power in Powershell
APDE - Android Processing IDE
CalsignLabs
APDE (Android ProcessingDevelopmentEnvironment) is an integrated development environmentfor creatingProcessing sketches on your phone/tablet. APDE supportsthe fulledit, compile, and run cycle. You don't need a computer oran SDKto start coding on the go.APDE is currently in alpha. Lots of things will change in thefutureand many more features will be added. The app is underactivedevelopment and you may encounter bugs and issues. If youfind a bugor have an issue with using the app, please make sure toreport it.If APDE crashes, make sure to submit the stacktrace.APDE requires the following permissions:- Modify and delete the contents of your USB storage - requiredtosave sketches to the external storage- Control vibration - required to provide haptic feedback, whichcanbe turned off in SettingsAPDE is open source. You can find the source code, an issuetracker,support, and a more detailed explanation of APDE's innerworkings onGitHub:https://github.com/Calsign/APDE
The MagPi 5.8.6
Raspberry Pi
The MagPi is the world's favourite Raspberry Pi magazine
Learn C PRO - ApkZube 1.3
ApkZube
Welcome to the interactive Learn C Programming PRO OfflineTutorial(No Ads)
JavaScript Quiz 1.3.14
ProQuiz
- Test JavaScript skills - Improve your JavaScript -BecomeJavaScript Ninja
VHDL Programming Compiler 2.7
Kappsmart
Write VHDL code directly on your Android device!