{"id":1949,"date":"2022-04-14T14:59:51","date_gmt":"2022-04-14T09:29:51","guid":{"rendered":"https:\/\/codequotient.com\/blog\/?p=1949"},"modified":"2024-02-14T17:31:26","modified_gmt":"2024-02-14T12:01:26","slug":"basic-c-questions-ease-interview-prep","status":"publish","type":"post","link":"https:\/\/codequotient.com\/blog\/basic-c-questions-ease-interview-prep\/","title":{"rendered":"10 Basic C++ Questions to Ease Your Interview Prep"},"content":{"rendered":"<p>Preparing for an interview is never easy. Sometimes, it isn\u2019t about how much or little you know. If you are not confident in your skills and knowledge, cracking an interview would not be easy.<\/p>\n<p>On the other hand, some of us get too excited about interviews and forget the basics of our domain. For developers, it is often the basic C++ questions that make a difference in interviews.<\/p>\n<p>Today we have compiled a list of <b>10 basic C++ questions that every candidate should know about <\/b>before heading into an interview. So, without further ado, let\u2019s find out these questions.<\/p>\n<h2><b>10 Basic C++ Questions for Tech Interviews<\/b><\/h2>\n<p><img fetchpriority=\"high\" decoding=\"async\" class=\"size-full wp-image-1951 aligncenter\" src=\"https:\/\/codequotient.com\/blog\/wp-content\/uploads\/2022\/04\/10-Basic-C-Questions-for-Tech-Interviews.jpg\" alt=\"10-Basic-C-Questions-for-Tech-Interviews\" width=\"1480\" height=\"774\" \/><\/p>\n<h3><b>1. What\u2019s the full form of OOPS?<\/b><\/h3>\n<p>The full form of OOPS is Object Oriented Programming System.<\/p>\n<h3><b>2. What is C++?<\/b><\/h3>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\">C++ is an object-oriented programming language.<\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\">Bjarne Stroustrup created it in 1985.<\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\">The origins of C++ are in the C increment operator ++<\/li>\n<\/ul>\n<h3><b>3. What are the benefits of using C++?<\/b><\/h3>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\">It simplifies memory management.<\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\">It can run on any platform.<\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\">It includes classes, objects, inheritance, polymorphism, and abstraction concepts.<\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\">It has a rich function library.<\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\">It helps build secure programs.<\/li>\n<\/ul>\n<h3><b>4. What is a class?<\/b><\/h3>\n<p>A class is a blueprint that reflects the traits and actions of an entity. Defining a class is essentially the same as creating a user-defined data type.<\/p>\n<h3><b>5. What are the differences between a reference and a pointer?<\/b><\/h3>\n<p>Reference is a temporary variable that acts as an alias for an existing variable. A pointer is a variable that stores a variable&#8217;s address.<\/p>\n<h3><b>6. What does a protected access specifier do?<\/b><\/h3>\n<p>If a class member is protected, the inherited class can access it. Outside of the private and protected members, however, neither is available.<\/p>\n<h3><b>7. Define namespace<\/b><\/h3>\n<p>The namespace is a logical partition of the code used to prevent naming conflicts.<\/p>\n<p>The namespace specifies the scope in which variables, classes, and functions are declared.<\/p>\n<p>The primary goal of namespace in C++ is to eliminate ambiguity. Ambiguity happens when multiple tasks with the same name occur.<\/p>\n<h3><b>8. Explain the purpose of the keyword volatile<\/b><\/h3>\n<p>Declaring a variable volatile tells the compiler that it can be altered externally. As a result, the variable reference is not optimised by the compiler.<\/p>\n<h3><b>9. What methods are available for exporting a function from a DLL?<\/b><\/h3>\n<p>There are two approaches:<\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\">Using the type library in the DLL.<\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\">Using the DLL instance to get a reference to the function.<\/li>\n<\/ul>\n<h3><b>10. Differentiate between shallow and deep copy<\/b><\/h3>\n<p>Shallow copy performs bit-by-bit memory dumping from one object to another. Deep copy is copying an object field by field from one object to another. We can get a deep copy by using a copy constructor and or overloading assignment operator.<\/p>\n<h2><b>Interview Tips and Tricks for Techies<\/b><\/h2>\n<p>In today\u2019s competitive landscape, interviews feel more like battles. However, there are simple things that you can do to prepare yourself for an interview better and remain calm. Here are a few ideas:<\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Get a good night\u2019s sleep<\/b> before the day of the interview. If you are not well-rested, you will not be as alert or focused.<\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Do not worry about those who have been interviewed before you.<\/b> Understand that each person is different and will react to the same situation differently.<\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Prepare well for all possible questions<\/b>, but do not be shy to admit that you do not know the answer to a specific question.<\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Look sharp and feel sharp.<\/b> Even if you are the kind of person who sits in front of their computer and codes all day, put a little effort into making yourself look sharp on the interview day.<\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Prepare for the most basic generic questions<\/b> like <strong><a href=\"https:\/\/codequotient.com\/blog\/how-to-answer-why-should-we-hire-you-question\/\"><i>Why should we hire you?<\/i><\/a> <i>What are your strengths and weaknesses?<\/i><\/strong> And so on.<\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Be open about your bigger dreams and ambitions.<\/b> Interviewers are more likely to love that someone with ambition and drive wants to join their company.<\/li>\n<\/ul>\n<h2><b>How to Prepare for Interviews<\/b><\/h2>\n<p>Preparing for interviews is not something you can do overnight. Instead, it results from communicating with others every day, learning about your subject, and developing both competence and confidence.<\/p>\n<p>If you hang out with people who have cracked interviews, you can learn a lot from their first-hand experiences. However, finding people like that in our everyday lives can be difficult.<\/p>\n<p>So when you join a course like the <a href=\"https:\/\/codequotient.com\/blog\/all-about-codequotients-supercoders-program\/\">CodeQuotient Supercoders Program<\/a>, you get to interact with fellow students who have the same aim. On top of that, you get interview-specific assistance from teachers with years of industry experience.<\/p>\n<p>As we already said, much of your success in interviews depends on your mindset. When you learn in an environment geared towards making you better, your confidence increases significantly. In turn, that ends up playing the most important role in an interview.<\/p>\n<p>For more interview advice and tech job market news and trends, head over to the <a href=\"https:\/\/codequotient.com\/blog\">CodeQuotient blog<\/a>.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Preparing for an interview is never easy. Sometimes, it isn\u2019t about how much or little you know. If you are not confident in your skills and knowledge, cracking an interview would not be easy. On the other hand, some of us get too excited about interviews and forget the basics of our domain. For developers,&#8230;<\/p>\n","protected":false},"author":1,"featured_media":1950,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[131],"tags":[70,6,137,27,31,33,26,21,25],"class_list":{"0":"post-1949","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","6":"hentry","7":"category-software-engineering-bootcamp","8":"tag-coding-assessment","9":"tag-coding-classes-online","10":"tag-coding-exams","11":"tag-hiring-manager","12":"tag-software-developer-salary","13":"tag-tech-career-advice","14":"tag-tech-hiring","15":"tag-tech-interviews","16":"tag-tech-recruitment","17":"nt-post-class","18":"","21":"excerpt-none"},"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>10 Basic C++ Questions to Ease Your Interview Prep - CodeQuotient<\/title>\n<meta name=\"description\" content=\"Worried about what questions you may ask in a tech interview? First, get your basics straight via this post\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/codequotient.com\/blog\/basic-c-questions-ease-interview-prep\/\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"10 Basic C++ Questions to Ease Your Interview Prep - CodeQuotient\" \/>\n<meta property=\"og:description\" content=\"Worried about what questions you may ask in a tech interview? First, get your basics straight via this post\" \/>\n<meta property=\"og:url\" content=\"https:\/\/codequotient.com\/blog\/basic-c-questions-ease-interview-prep\/\" \/>\n<meta property=\"og:site_name\" content=\"CodeQuotient\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/codequotient\" \/>\n<meta property=\"article:published_time\" content=\"2022-04-14T09:29:51+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-02-14T12:01:26+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/codequotient.com\/blog\/wp-content\/uploads\/2022\/04\/10-Basic-C-Questions-to-Ease-Your-Interview-Prep.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1480\" \/>\n\t<meta property=\"og:image:height\" content=\"774\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Team CodeQuotient\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@codequotient\" \/>\n<meta name=\"twitter:site\" content=\"@codequotient\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Team CodeQuotient\" \/>\n\t<meta name=\"twitter:label2\" content=\"Estimated reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/codequotient.com\\\/blog\\\/basic-c-questions-ease-interview-prep\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/codequotient.com\\\/blog\\\/basic-c-questions-ease-interview-prep\\\/\"},\"author\":{\"name\":\"Team CodeQuotient\",\"@id\":\"https:\\\/\\\/codequotient.com\\\/blog\\\/#\\\/schema\\\/person\\\/d84614276ce2ccc8578c447a515c02f8\"},\"headline\":\"10 Basic C++ Questions to Ease Your Interview Prep\",\"datePublished\":\"2022-04-14T09:29:51+00:00\",\"dateModified\":\"2024-02-14T12:01:26+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/codequotient.com\\\/blog\\\/basic-c-questions-ease-interview-prep\\\/\"},\"wordCount\":809,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/codequotient.com\\\/blog\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/codequotient.com\\\/blog\\\/basic-c-questions-ease-interview-prep\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/codequotient.com\\\/blog\\\/wp-content\\\/uploads\\\/2022\\\/04\\\/10-Basic-C-Questions-to-Ease-Your-Interview-Prep.jpg\",\"keywords\":[\"Coding Assessment\",\"Coding Classes Online\",\"Coding Exams\",\"Hiring Manager\",\"Software Developer Salary\",\"Tech Career Advice\",\"Tech Hiring\",\"Tech Interviews\",\"Tech Recruitment\"],\"articleSection\":[\"Software Engineering Bootcamp\"],\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/codequotient.com\\\/blog\\\/basic-c-questions-ease-interview-prep\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/codequotient.com\\\/blog\\\/basic-c-questions-ease-interview-prep\\\/\",\"url\":\"https:\\\/\\\/codequotient.com\\\/blog\\\/basic-c-questions-ease-interview-prep\\\/\",\"name\":\"10 Basic C++ Questions to Ease Your Interview Prep - CodeQuotient\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/codequotient.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/codequotient.com\\\/blog\\\/basic-c-questions-ease-interview-prep\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/codequotient.com\\\/blog\\\/basic-c-questions-ease-interview-prep\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/codequotient.com\\\/blog\\\/wp-content\\\/uploads\\\/2022\\\/04\\\/10-Basic-C-Questions-to-Ease-Your-Interview-Prep.jpg\",\"datePublished\":\"2022-04-14T09:29:51+00:00\",\"dateModified\":\"2024-02-14T12:01:26+00:00\",\"description\":\"Worried about what questions you may ask in a tech interview? First, get your basics straight via this post\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/codequotient.com\\\/blog\\\/basic-c-questions-ease-interview-prep\\\/#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/codequotient.com\\\/blog\\\/basic-c-questions-ease-interview-prep\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\\\/\\\/codequotient.com\\\/blog\\\/basic-c-questions-ease-interview-prep\\\/#primaryimage\",\"url\":\"https:\\\/\\\/codequotient.com\\\/blog\\\/wp-content\\\/uploads\\\/2022\\\/04\\\/10-Basic-C-Questions-to-Ease-Your-Interview-Prep.jpg\",\"contentUrl\":\"https:\\\/\\\/codequotient.com\\\/blog\\\/wp-content\\\/uploads\\\/2022\\\/04\\\/10-Basic-C-Questions-to-Ease-Your-Interview-Prep.jpg\",\"width\":1480,\"height\":774,\"caption\":\"10-Basic-C-Questions-to-Ease-Your-Interview-Prep\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/codequotient.com\\\/blog\\\/basic-c-questions-ease-interview-prep\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/codequotient.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"10 Basic C++ Questions to Ease Your Interview Prep\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/codequotient.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/codequotient.com\\\/blog\\\/\",\"name\":\"CodeQuotient\",\"description\":\"Resources to be a better programmer\",\"publisher\":{\"@id\":\"https:\\\/\\\/codequotient.com\\\/blog\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/codequotient.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-GB\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/codequotient.com\\\/blog\\\/#organization\",\"name\":\"CodeQuotient\",\"url\":\"https:\\\/\\\/codequotient.com\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\\\/\\\/codequotient.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/codequotient.com\\\/blog\\\/wp-content\\\/uploads\\\/2020\\\/12\\\/codequotient-logo.png\",\"contentUrl\":\"https:\\\/\\\/codequotient.com\\\/blog\\\/wp-content\\\/uploads\\\/2020\\\/12\\\/codequotient-logo.png\",\"width\":238,\"height\":104,\"caption\":\"CodeQuotient\"},\"image\":{\"@id\":\"https:\\\/\\\/codequotient.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/codequotient\",\"https:\\\/\\\/x.com\\\/codequotient\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/codequotient\",\"https:\\\/\\\/www.instagram.com\\\/codequotient\\\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/codequotient.com\\\/blog\\\/#\\\/schema\\\/person\\\/d84614276ce2ccc8578c447a515c02f8\",\"name\":\"Team CodeQuotient\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/612e6d66a89f62c087fb5a3e21cc59e53d1478a67562e8d08ec755a92ada292b?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/612e6d66a89f62c087fb5a3e21cc59e53d1478a67562e8d08ec755a92ada292b?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/612e6d66a89f62c087fb5a3e21cc59e53d1478a67562e8d08ec755a92ada292b?s=96&d=mm&r=g\",\"caption\":\"Team CodeQuotient\"},\"sameAs\":[\"https:\\\/\\\/blog.codequotient.com\"],\"url\":\"https:\\\/\\\/codequotient.com\\\/blog\\\/author\\\/codequotient\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"10 Basic C++ Questions to Ease Your Interview Prep - CodeQuotient","description":"Worried about what questions you may ask in a tech interview? First, get your basics straight via this post","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/codequotient.com\/blog\/basic-c-questions-ease-interview-prep\/","og_locale":"en_GB","og_type":"article","og_title":"10 Basic C++ Questions to Ease Your Interview Prep - CodeQuotient","og_description":"Worried about what questions you may ask in a tech interview? First, get your basics straight via this post","og_url":"https:\/\/codequotient.com\/blog\/basic-c-questions-ease-interview-prep\/","og_site_name":"CodeQuotient","article_publisher":"https:\/\/www.facebook.com\/codequotient","article_published_time":"2022-04-14T09:29:51+00:00","article_modified_time":"2024-02-14T12:01:26+00:00","og_image":[{"width":1480,"height":774,"url":"https:\/\/codequotient.com\/blog\/wp-content\/uploads\/2022\/04\/10-Basic-C-Questions-to-Ease-Your-Interview-Prep.jpg","type":"image\/jpeg"}],"author":"Team CodeQuotient","twitter_card":"summary_large_image","twitter_creator":"@codequotient","twitter_site":"@codequotient","twitter_misc":{"Written by":"Team CodeQuotient","Estimated reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/codequotient.com\/blog\/basic-c-questions-ease-interview-prep\/#article","isPartOf":{"@id":"https:\/\/codequotient.com\/blog\/basic-c-questions-ease-interview-prep\/"},"author":{"name":"Team CodeQuotient","@id":"https:\/\/codequotient.com\/blog\/#\/schema\/person\/d84614276ce2ccc8578c447a515c02f8"},"headline":"10 Basic C++ Questions to Ease Your Interview Prep","datePublished":"2022-04-14T09:29:51+00:00","dateModified":"2024-02-14T12:01:26+00:00","mainEntityOfPage":{"@id":"https:\/\/codequotient.com\/blog\/basic-c-questions-ease-interview-prep\/"},"wordCount":809,"commentCount":0,"publisher":{"@id":"https:\/\/codequotient.com\/blog\/#organization"},"image":{"@id":"https:\/\/codequotient.com\/blog\/basic-c-questions-ease-interview-prep\/#primaryimage"},"thumbnailUrl":"https:\/\/codequotient.com\/blog\/wp-content\/uploads\/2022\/04\/10-Basic-C-Questions-to-Ease-Your-Interview-Prep.jpg","keywords":["Coding Assessment","Coding Classes Online","Coding Exams","Hiring Manager","Software Developer Salary","Tech Career Advice","Tech Hiring","Tech Interviews","Tech Recruitment"],"articleSection":["Software Engineering Bootcamp"],"inLanguage":"en-GB","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/codequotient.com\/blog\/basic-c-questions-ease-interview-prep\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/codequotient.com\/blog\/basic-c-questions-ease-interview-prep\/","url":"https:\/\/codequotient.com\/blog\/basic-c-questions-ease-interview-prep\/","name":"10 Basic C++ Questions to Ease Your Interview Prep - CodeQuotient","isPartOf":{"@id":"https:\/\/codequotient.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/codequotient.com\/blog\/basic-c-questions-ease-interview-prep\/#primaryimage"},"image":{"@id":"https:\/\/codequotient.com\/blog\/basic-c-questions-ease-interview-prep\/#primaryimage"},"thumbnailUrl":"https:\/\/codequotient.com\/blog\/wp-content\/uploads\/2022\/04\/10-Basic-C-Questions-to-Ease-Your-Interview-Prep.jpg","datePublished":"2022-04-14T09:29:51+00:00","dateModified":"2024-02-14T12:01:26+00:00","description":"Worried about what questions you may ask in a tech interview? First, get your basics straight via this post","breadcrumb":{"@id":"https:\/\/codequotient.com\/blog\/basic-c-questions-ease-interview-prep\/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/codequotient.com\/blog\/basic-c-questions-ease-interview-prep\/"]}]},{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/codequotient.com\/blog\/basic-c-questions-ease-interview-prep\/#primaryimage","url":"https:\/\/codequotient.com\/blog\/wp-content\/uploads\/2022\/04\/10-Basic-C-Questions-to-Ease-Your-Interview-Prep.jpg","contentUrl":"https:\/\/codequotient.com\/blog\/wp-content\/uploads\/2022\/04\/10-Basic-C-Questions-to-Ease-Your-Interview-Prep.jpg","width":1480,"height":774,"caption":"10-Basic-C-Questions-to-Ease-Your-Interview-Prep"},{"@type":"BreadcrumbList","@id":"https:\/\/codequotient.com\/blog\/basic-c-questions-ease-interview-prep\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/codequotient.com\/blog\/"},{"@type":"ListItem","position":2,"name":"10 Basic C++ Questions to Ease Your Interview Prep"}]},{"@type":"WebSite","@id":"https:\/\/codequotient.com\/blog\/#website","url":"https:\/\/codequotient.com\/blog\/","name":"CodeQuotient","description":"Resources to be a better programmer","publisher":{"@id":"https:\/\/codequotient.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/codequotient.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"},{"@type":"Organization","@id":"https:\/\/codequotient.com\/blog\/#organization","name":"CodeQuotient","url":"https:\/\/codequotient.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/codequotient.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/codequotient.com\/blog\/wp-content\/uploads\/2020\/12\/codequotient-logo.png","contentUrl":"https:\/\/codequotient.com\/blog\/wp-content\/uploads\/2020\/12\/codequotient-logo.png","width":238,"height":104,"caption":"CodeQuotient"},"image":{"@id":"https:\/\/codequotient.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/codequotient","https:\/\/x.com\/codequotient","https:\/\/www.linkedin.com\/company\/codequotient","https:\/\/www.instagram.com\/codequotient\/"]},{"@type":"Person","@id":"https:\/\/codequotient.com\/blog\/#\/schema\/person\/d84614276ce2ccc8578c447a515c02f8","name":"Team CodeQuotient","image":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/secure.gravatar.com\/avatar\/612e6d66a89f62c087fb5a3e21cc59e53d1478a67562e8d08ec755a92ada292b?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/612e6d66a89f62c087fb5a3e21cc59e53d1478a67562e8d08ec755a92ada292b?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/612e6d66a89f62c087fb5a3e21cc59e53d1478a67562e8d08ec755a92ada292b?s=96&d=mm&r=g","caption":"Team CodeQuotient"},"sameAs":["https:\/\/blog.codequotient.com"],"url":"https:\/\/codequotient.com\/blog\/author\/codequotient\/"}]}},"featured_image_src":"https:\/\/codequotient.com\/blog\/wp-content\/uploads\/2022\/04\/10-Basic-C-Questions-to-Ease-Your-Interview-Prep.jpg","featured_image_src_square":"https:\/\/codequotient.com\/blog\/wp-content\/uploads\/2022\/04\/10-Basic-C-Questions-to-Ease-Your-Interview-Prep.jpg","author_info":{"display_name":"Team CodeQuotient","author_link":"https:\/\/codequotient.com\/blog\/author\/codequotient\/"},"_links":{"self":[{"href":"https:\/\/codequotient.com\/blog\/wp-json\/wp\/v2\/posts\/1949","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/codequotient.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/codequotient.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/codequotient.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/codequotient.com\/blog\/wp-json\/wp\/v2\/comments?post=1949"}],"version-history":[{"count":2,"href":"https:\/\/codequotient.com\/blog\/wp-json\/wp\/v2\/posts\/1949\/revisions"}],"predecessor-version":[{"id":1953,"href":"https:\/\/codequotient.com\/blog\/wp-json\/wp\/v2\/posts\/1949\/revisions\/1953"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/codequotient.com\/blog\/wp-json\/wp\/v2\/media\/1950"}],"wp:attachment":[{"href":"https:\/\/codequotient.com\/blog\/wp-json\/wp\/v2\/media?parent=1949"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/codequotient.com\/blog\/wp-json\/wp\/v2\/categories?post=1949"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/codequotient.com\/blog\/wp-json\/wp\/v2\/tags?post=1949"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}