Answer Posted / dhakar123
Key word is a C-Tokens which is specify meaning.
| Is This Answer Correct ? | 33 Yes | 4 No |
Post New Answer View All Answers
Why do we need a structure?
how many key words availabel in c a) 28 b) 31 c) 32
What is difference between main and void main?
What are the header files used in c language?
What is the difference between c &c++?
1) write a program to generate 1st n fibonacci prime numbers using Nested if 2) write a program to generate twin prime numbers from m to n using nested if 3) write a program to check whether a given integer is a strong number or not using nested if 4) Write a program to generate prime factors of a given integer using nested if 5)write a program to generate prime numbers from m to n using nested if 6)write a program to generate perfect numbers from m to n using nested if 7)write a program to generate the pallindromes from m to n using neste if 8)write a program to generate armstrong numbers from m to n using nested if 9)write a program to generate strong numbers from m to n using nested if
What does a derived class inherit from a base class a) Only the Public members of the base class b) Only the Protected members of the base class c) Both the Public and the Protected members of the base class d) .c file
Is there a way to jump out of a function or functions?
How do you override a defined macro?
How is a null pointer different from a dangling pointer?
Here is a neat trick for checking whether two strings are equal
a sequence of bytes with one to one corrspondence to those in the external device a) sequential addressing b) address c) byte code d) none
A character flag or control mechanism that delineates one data item from another a) variable b) constant c) delimiter d) call by reference
What is use of #include in c?
What is pivot in c?