What does != Mean in c?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

I have seen function declarations that look like this

0 Answers  


C,c++, Java is all are structural oriented or procedure oriented language..?

6 Answers  


What is the purpose of clrscr () printf () and getch ()?

0 Answers  


20. main() { int i=5; printf("%d%d%d%d%d%d",i++,i--,++i,--i,i); } Answer:??????

2 Answers  


What are the uses of pre-processor directives?

2 Answers  






Given below are three different ways to print the character for ASCII code 88. Which is the correct way1) char c = 88; cout << c << " ";2) cout.put(88);3) cout << char(88) << " "; a) 1 b) 2 c) 3 d) constant

0 Answers  


A character flag or control mechanism that delineates one data item from another a) variable b) constant c) delimiter d) call by reference

0 Answers  


Write a c program to demonstrate Type casting in c?

2 Answers  


What is variable initialization and why is it important?

0 Answers  


Can we compile a program without main() function?

0 Answers  


List the variables are used for writing doubly linked list program.

0 Answers   Infosys, Wipro,


Write a C++ program to generate 10 integer numbers between - 1000 and 1000, then store the summation of the odd positive numbers in variable call it sum_pos, then find the maximum digit in this variable regardless of its digits length.

0 Answers  


Categories