What is #ifdef ? What is its application?
No Answer is Posted For this Question
Be the First to Post Answer
I need previous papers of CSC.......plz help out by posting them.......
Do you know pointer in c?
Q-1: Create 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.
What is non linear data structure in c?
Give basis knowledge of web designing ...
Write a program to reverse a string.
0 Answers Global Logic, iNautix, TCS, Wipro,
Why c is faster than c++?
Is flag a keyword in c?
Write a program in c using only loops to print * * * * * *******
Write a C program that defines a 2-dimentional integer array called A [50][50]. Then the elements of this array should randomly be initialized either to 1 or 0. The program should then print out all the elements in the diagonal (i.e. a[0][0], a[1][1],a[2][2], a[3][3], ……..a[49][49]). Finally, print out how many zeros and ones in the diagonal.
Write a program which take a integer from user and tell whether the given variable is squar of some number or not. eg: is this number is 1,4,9,16... or not
What are bit fields? What is their use?