Which of the following operators is incorrect and why? ( >=, <=, <>, ==)
No Answer is Posted For this Question
Be the First to Post Answer
i want to know aptitude questions,technical questions
List the difference between a "copy constructor" and a "assignment operator"?
write a program to swap bits in a character and return the value prototype of function char fun (char a, charb flag c) where fun returns a char, char a is a the value char b is the bit to be changed and flag c is the bit value for eg: x=fun(45,7,0) since 45 is 0010 0101 and ow x should contain the value 65 (0110 0101)
1 Answers Bosch, College School Exams Tests,
Why static variable is used in c?
Why c is called top down?
what is the use of c program?
4 Answers Synergy, Web Synergies,
How are pointers declared in c?
we have to use realloc only after malloc or calloc ? or we can use initially with out depending on whether we are using malloc or calloc in our program ?
What is the output of the following program main();{printf ("chennai""superkings"}; a. Chennai b. superkings c. error d. Chennai superkings
What 'lex' does?
Explain the difference between getch() and getche() in c?
hOW Can I add character in to pointer array of characters char *a="indian"; ie I want to add google after indian in the char *a