Answer Posted / guest
friend
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What is a header file?
What is null in c?
Does c have circular shift operators?
What is wrong with this declaration?
Why do we need arrays in c?
What are the similarities between c and c++?
what is recursion in C
a program that performs some preliminary processing in C, it acts upon certain directives that will affect how the compiler does its work a) compiler b) loader c) directive d) preprocessor
Write a program to swap two numbers without using the third variable?
What are the different types of C instructions?
What is time complexity c?
What are the Advantages of using macro
Explain the term printf() and scanf() used in c language?
What is string constants?
In c programming write a program that will print 10 multiples of 3 except 15,18,21 using looping