Answer Posted / akashdixit254
c is a programming language they ae use to create a software
they are run only c editior they are roboust ,secure ,oop
supported language
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All 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
Why can’t constant values be used to define an array’s initial size?
What is pragma c?
What does struct node * mean?
When I tried to go into a security sites I am denied access and a message appeared saying 'applet not initialize'. How can I rectify this problem.
Describe the modifier in c?
Can you think of a logic behind the game minesweeper.
Who is the founder of c language?
Write a program to implement queue.
Write a program to reverse a given number in c language?
What is scanf () in c?
Take an MxN matrice from user and then sum upper diagonal in a variable and lower diagonal in a separate variables. Print the result
What is structure data type in c?
When is a “switch” statement preferable over an “if” statement?
Differentiate between declaring a variable and defining a variable?