What are the different data types in C?
What are the types of data types and explain?
List some applications of c programming language?
In c programming write a program that will print 10 multiples of 3 except 15,18,21 using looping
What is a stream in c programming?
which is conditional construct a) if statement b) switch statement c) while/for d) goto
Write a program to print "hello world" without using a semicolon?
how can you print&scan anything using just one character? :) HINT: printf,scanf similer
What is the use of #define preprocessor in c?
Is it possible to execute code even after the program exits the main() function?
what do you mean by enumeration constant?
In a switch statement, explain what will happen if a break statement is omitted?
What does sizeof function do?