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

Can we declare function inside main?

0 Answers  


Write a program to add the following ¼+2/4+3/4+5/3+6/3+... (Like up to any 12 no.s)

1 Answers   HTC,


Read N characters in to an array . Use functions to do all problems and pass the address of array to function. 1. Print only the alphabets . If in upper case print in lower case vice versa.

1 Answers  


without a terminator how can we print a message in a printf () function.

7 Answers   NIIT,


main() { int i = 1; int num[] = {1,2,3,4}; num[i] = i++; printf("%d", num[i]); } what will be the output? }

22 Answers   NDS, TCS,


Write a function to find the area of a triangle whose length of three sides is given

2 Answers  


Can the “if” function be used in comparing strings?

0 Answers  


in C-programming language without using printf statement can we get output r not ? if yes how and if no also how ?

11 Answers   IBM,


what's the return value of malloc()

9 Answers  


What is volatile in c language?

2 Answers   HCL, TCS,


How many data structures are there in c?

0 Answers  


How can I prevent another program from modifying part of a file that I am modifying?

0 Answers  


Categories