Can two or more operators such as
and be combined in a single line of program code?


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

Post New Answer

More C Interview Questions

Explain is it valid to address one element beyond the end of an array?

0 Answers  


What is %d called in c?

0 Answers  


Read N characters in to an array . Use functions to do all problems and pass the address of array to function. 2. Enter alphanumeric characters and form 2 array alphaets and digits.Also print the count of each array.

0 Answers  


Explain the binary height balanced tree?

0 Answers  


Where is volatile variable stored?

0 Answers  






Go through the following code sinippet char a[20]; a="Hello Orcale Test"; will this compile?

4 Answers   Oracle,


write a progam to display the factors of a given number and disply how many prime numbers are there?

2 Answers  


What are examples of structures?

0 Answers  


You are given a string which contains some special characters. You also have set of special characters. You are given other string (call it as pattern string). Your job is to write a program to replace each special characters in given string by pattern string. You are not allowed to create new resulting string. You need to allocate some new memory to given existing string but constraint is you can only allocate memory one time. Allocate memory exactly what you need not more not less.

2 Answers   Microsoft,


What is #line?

0 Answers  


Explain what is the benefit of using an enum rather than a #define constant?

0 Answers  


what is const volatile?

2 Answers  


Categories