Home
Blog
Blog - HOME
Technical
Search Engine Optimization
Data Structure
Image Processing
C Programming
.NET
SQL Server
TCS Preparation
Miscellaneous
Non Technical
Top 10
Life Lesson
Quotes
English Quotes
Bangla Quotes
Bangla to English Translations
Bangla Kobita
Bangla Whatsapp Story
Tutorials
Tutorial - HOME
CS Core Subjects
Computer Fundamentals
Data Structure Tutorials
DBMS Tutorials
SQL Tutorials
Programming Language
C Tutorials
Java Tutorials
C# Tutorials
R Tutorials
X++ Tutorials
PHP Tutorials
Python Tutorials
Web Design
HTML Tutorials
Bootstrap Tutorials
JavaScript Tutorials
Vue JS Tutorials
Programs
Programs - Java
Programs - C Language
Programs - Python Language
Programs - C# Language
Programs - R Programs
Programs - Data Structure
Programs - HTML Programs
Programs - JavaScript
Program - HOME
QnA
Chapter Wise - C Program Q and A
Chapter Wise - Java Q and A
Chapter Wise - C# Q and A
Chapter Wise - Data Structure Q and A
Chapter Wise HTML Q and A
Chapter Wise - JavaScript Q and A
Chapter Wise - SQL Q and A
Chapter Wise - DBMS Q and A
MCQ - English
Effective - English
MCQ - Python Language
MCQ - C Language
MCQ - Java Language
MCQ - DBMS
MCQ - PHP
MCQ - Data Structure
GK
GK - HOME
Basic GK
General Science
Honours and Awards
Inventions
World Organisations
Important Days
World Geography
Indian Geography
Indian History
Computer Awareness
MS excel, office etc.
Problems on Train
Video
Computer Awareness
C Program - Bangla
Microsoft Excel- Bangla
Login
Login - Dashboard
Login - Here
About
Advertisement
Terms and Conditions
Guest Post Rule
Menu
Login and Register
×
Go to Dashboard
Logged In Successfully!
×
×
Check your Email for the OTP
Login
Registration
Email
Password
Name
Email
Phone
Country Code
Afghanistan
Albania
Algeria
American Samoa
Andorra
Angola
Anguilla
Antarctica
Antigua and Barbuda
Argentina
Armenia
Aruba
Australia
Austria
Azerbaijan
Bahamas
Bahrain
Bangladesh
Barbados
Belarus
Belgium
Belize
Benin
Bermuda
Bhutan
Bolivia
Bosnia and Herzegovina
Botswana
Bouvet Island
Brazil
British Indian Ocean Territory
Brunei Darussalam
Bulgaria
Burkina Faso
Burundi
Cambodia
Cameroon
Canada
Cape Verde
Cayman Islands
Central African Republic
Chad
Chile
China
Christmas Island
Cocos (Keeling) Islands
Colombia
Comoros
Congo
Congo, the Democratic Republic of the
Cook Islands
Costa Rica
Cote D'Ivoire
Croatia
Cuba
Cyprus
Czech Republic
Denmark
Djibouti
Dominica
Dominican Republic
Ecuador
Egypt
El Salvador
Equatorial Guinea
Eritrea
Estonia
Ethiopia
Falkland Islands (Malvinas)
Faroe Islands
Fiji
Finland
France
French Guiana
French Polynesia
French Southern Territories
Gabon
Gambia
Georgia
Germany
Ghana
Gibraltar
Greece
Greenland
Grenada
Guadeloupe
Guam
Guatemala
Guinea
Guinea-Bissau
Guyana
Haiti
Heard Island and Mcdonald Islands
Holy See (Vatican City State)
Honduras
Hong Kong
Hungary
Iceland
India
Indonesia
Iran, Islamic Republic of
Iraq
Ireland
Israel
Italy
Jamaica
Japan
Jordan
Kazakhstan
Kenya
Kiribati
Korea, Democratic People's Republic of
Korea, Republic of
Kuwait
Kyrgyzstan
Lao People's Democratic Republic
Latvia
Lebanon
Lesotho
Liberia
Libyan Arab Jamahiriya
Liechtenstein
Lithuania
Luxembourg
Macao
Macedonia, the Former Yugoslav Republic of
Madagascar
Malawi
Malaysia
Maldives
Mali
Malta
Marshall Islands
Martinique
Mauritania
Mauritius
Mayotte
Mexico
Micronesia, Federated States of
Moldova, Republic of
Monaco
Mongolia
Montserrat
Morocco
Mozambique
Myanmar
Namibia
Nauru
Nepal
Netherlands
Netherlands Antilles
New Caledonia
New Zealand
Nicaragua
Niger
Nigeria
Niue
Norfolk Island
Northern Mariana Islands
Norway
Oman
Pakistan
Palau
Palestinian Territory, Occupied
Panama
Papua New Guinea
Paraguay
Peru
Philippines
Pitcairn
Poland
Portugal
Puerto Rico
Qatar
Reunion
Romania
Russian Federation
Rwanda
Saint Helena
Saint Kitts and Nevis
Saint Lucia
Saint Pierre and Miquelon
Saint Vincent and the Grenadines
Samoa
San Marino
Sao Tome and Principe
Saudi Arabia
Senegal
Serbia and Montenegro
Seychelles
Sierra Leone
Singapore
Slovakia
Slovenia
Solomon Islands
Somalia
South Africa
South Georgia and the South Sandwich Islands
Spain
Sri Lanka
Sudan
Suriname
Svalbard and Jan Mayen
Swaziland
Sweden
Switzerland
Syrian Arab Republic
Taiwan, Province of China
Tajikistan
Tanzania, United Republic of
Thailand
Timor-Leste
Togo
Tokelau
Tonga
Trinidad and Tobago
Tunisia
Turkey
Turkmenistan
Turks and Caicos Islands
Tuvalu
Uganda
Ukraine
United Arab Emirates
United Kingdom
United States
United States Minor Outlying Islands
Uruguay
Uzbekistan
Vanuatu
Venezuela
Viet Nam
Virgin Islands, British
Virgin Islands, U.s.
Wallis and Futuna
Western Sahara
Yemen
Zambia
Zimbabwe
Password
Overview of C Language
Questions and Answers
Open Subject List
Overview of C Language
Fundamentals of C Language
33
Overview of C Language
48
Data Types in C Language
8
Variable in C Language
37
Constant in C Language
7
Operators and Enums in C Language
31
Decision Making of C Language
7
Loop control in C Language
9
Array in C Language
8
String in C Language
9
Function in C Language
35
Pointer in C Language
32
Structure in C Language
8
Union in C Language
4
File Input/Output
10
Dynamic Memory Allocation
8
C Pre-processor
8
Control Flow in C Programming
2
String functions in C
4
Recursion in c
1
Read tutorials from
Overview of C Language
Question List:
1. What is a static identifier?
2. Describe the history of C programming language.
3. How will you print "Hello World" without semicolon?
4. What are main characteristics of C language?
5. What is volatile keyword?
6. What is keyword auto for?
7. What are the valid places for the keyword break to appear.
8. What is difference between including the header file with-in angular braces < > and double quotes " "
9. What is the purpose of the keyword typedef?
10. What is a token?
11. Which key word is used to perform unconditional branching?
12. Which compiler switch to be used for compiling the programs using math library with gcc compiler?
13. Can the curly brackets { } be used to enclose a single line of code?
14. What are header files and what are its uses in C programming?
15. What is syntax error?
16. Can two or more operators such as and be combined in a single line of program code?
17. Why is it that not all header files are declared in every C program?
18. When is the "void" keyword used in a function?
19. What are compound statements?
20. What is wrong in this statement? scanf("%d",whatnumber);
21. What are comments and how do you insert it in a C program?
22. What are reserved words?
23. Not all reserved words are written in lowercase. TRUE or FALSE?
24. What are run-time errors?
25. What is the difference between functions abs() and fabs()?
26. What is the general form of a C program?
27. What is the use of a semicolon (;) at the end of every program statement?
28. What is Standard Header Files ?
29. What is printf()?
30. What is scanf()?
31. Execution of a C program starts from which function?
32. What are all the sections that a C program may have and must have?
33. What is IDE?
34. What is header file in C language?
35. What is void in C?
36. What is token in C?
37. What are the types of C tokens?
38. What is identifier in C?
39. What is keyword in C?
40. List out some keywords available in C language.
41. What is the syntax for comments in C?
42. What is the use of printf() and scanf() functions?
43. Can we compile a program without main() function?
44. What is a token?
45. What is the difference between getch() and getche()?
46. What is the newline escape sequence?
47. What is the maximum length of an identifier?
48. Write a program to print
Top