Can the curly brackets { } be used to enclose a single line of code?


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

Post New Answer

More C Interview Questions

Write a Program to find whether the given number or string is palindrome.

0 Answers   InterGraph,


Write a program for the following series? 1 121 12321 1234321 123454321 12345654321 1234567654321 123456787654321 12345678987654321 1234567890987654321 123456789010987654321 12345678901210987654321 1234567890123210987654321 .........1234321............ ..........123454321............ ..........12345654321............ 7 8 9 0 1 Pls............?

5 Answers  


Write a program that accepts a string where multiple spaces are given in between the words. Print the string ignoring the multiple spaces. Example: Input: “ We Are Student “ Output: "We Are Student"

1 Answers  


What is memmove?

1 Answers   Oracle,


What is a sequential access file?

0 Answers  






Explain the concept and use of type void.

0 Answers  


I completed my B.tech (IT). Actually I want to develop virtual object that which will change software technology in the future. To develop virtual object what course I have to take. can I any professor to help me.

0 Answers   Oracle,


How to print "Hi World" without using semi colon?

6 Answers   Infosys,


main() { char as[] = "\\0\0"; int i = 0; do{ switch( as[i++]) {case '\\' : printf("A"); break; case 0 : printf("B"); break; default : printf("C"); break; }} while(i<3); }

4 Answers   Vector, Vector India,


Why is c used in embedded systems?

0 Answers  


How can I get back to the interactive keyboard if stdin is redirected?

0 Answers  


Explain demand paging.

1 Answers   Agilent,


Categories