Explain which of the following operators is incorrect and why? ( >=, <=, <>, ==)


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

Post New Answer

More C Interview Questions

Identify the operators that is not used with pointer a. && b. # c. * d. >>

2 Answers  


What is the difference between char a[] = "string"; and char *p = "string"; ?

14 Answers   Adobe, Honeywell, TCS,


What is structure in c language?

0 Answers  


Consider the following C program. #include <stdio.h> int main() { int i; for (i=0;i<3;++i) { fork();fork(); } } How many processes are created when running this program (including the initial one)? Explain

2 Answers  


Create a registration form application by taking the details like username, address, phone number, email with password and confirm password (should be same as password).Ensure that the password is of 8 characters with only numbers and alphabets. Take such details for 3 users and display the details. While taking input password must appear as “****”.

0 Answers  






List a few unconditional control statement in c.

0 Answers  


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

0 Answers  


helllo sir give me some information of the basic information the c as printf ,scanf , %d ,%f and why is the main use of these.

3 Answers  


How can I avoid the abort, retry, fail messages?

0 Answers  


Explain how do you view the path?

0 Answers  


WHAT IS THE DEFINATION OF IN TECHNOLOGY AND OFF TECHNOLOGY ?

0 Answers   HP,


Is it possible to run a c program without using main?If yes HOW??

13 Answers   Wipro,


Categories