What is New modifiers?


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

Post New Answer

More C Interview Questions

In C language what is a 'dangling pointer'?

0 Answers   Accenture,


What language is lisp written in?

0 Answers  


Are local variables initialized to zero by default in c?

0 Answers  


What is the advantage of a random access file?

0 Answers  


Given below are three different ways to print the character for ASCII code 88. Which is the correct way1) char c = 88; cout << c << " ";2) cout.put(88);3) cout << char(88) << " "; a) 1 b) 2 c) 3 d) constant

0 Answers  






what is C?

9 Answers   Syntel,


What is bubble sort in c?

0 Answers  


why return type of main is not necessary in linux

0 Answers   TCS,


Design a program using an array that lists even numbers and odd numbers separately from the 12 numbers supplied by a user.

8 Answers  


write a program in c language to print your bio-data on the screen by using functions.

0 Answers  


You have an array of n integers, randomly ordered with value 1 to n-1.The array is such that there is only one and one value occurred twice. How will you find this number?

1 Answers  


when i declare as: void main() { clrscr(); int a=10; printf("%d",a) } my problem that why generate a error in above programs. please tell me answer seriously .

4 Answers  


Categories