what are the program that using a two dimensional array that list the odd numbers and even numbers separately in a given 10 inputs values
1645why programs in c are running with out #include
A program is required to print your biographic information including: Names, gender, student Number, Cell Number, line of study and your residential address.
1673Create a structure to specify data on students given below: Roll number, Name, Department, Course, Year of joining Assume that there are not more than 450 students in the college. 1.write a function to print names of all students who joined in a particular year 2.write a function to print the data of a student whose roll number is given
XYZ,
3012Write a program to print a (*)pattern programming (A to Z) in capital in one programming ?
TCS,
2 3119how can i write a program that prints out a box such that whenever i press any key8(coordinate number) on the keyboard, the box moves.
1626#include
What are unions in c?
Can true be a variable name in c?
What is the 'named constructor idiom'?
Why do we need volatile in c?
What are the Advantages of using macro
Do you have any idea how to compare array with pointer in c?
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
How can I read a binary data file properly?
How do I swap bytes?
Explain function?
What is masking?
What is keyword with example?
What is modifier & how many types of modifiers available in c?
Is there a way to have non-constant case labels (i.e. Ranges or arbitrary expressions)?
What is file in c preprocessor?