What is a ternary operator in c?
No Answer is Posted For this Question
Be the First to Post Answer
Write a program to generate the first n terms in the series --- 2,3,5,7,11,...,17
c language interview questions & answer
#include<conio.h> #include<stdio.h> void main() { int i; if(1,0,2,3) { printf("if"); } else { printf("else"); } getch(); } Can any body tell the answer of this question with explanation?
Explain the ternary tree?
class foo { public: static int func(const char*& p) const; }; This is illegal, why?
i have to apply for the rbi for the post of officers. i need to know abt the entrance questions whether it may be aps or techinical....
Which of the following is not a valid declaration for main ()? 1) int main() 2) int main(int argc, char *argv[]) 3) They both work
Differentiate between Macro and ordinary definition.
Write a program to reverse a linked list in c.
a value that does not change during program execution a) variabe b) argument c) parameter d) none
what is a c-language.what is do.
how can i get the string which is having two spaces at the end.suppose the string is "Hello World ".Now at the end i have two spaces.i need to print with that spaces .