What does %d do?
No Answer is Posted For this Question
Be the First to Post Answer
Explain what is the benefit of using an enum rather than a #define constant?
please give me some tips for the selection in TCS.
If we give two names then this displays the connection between the two people. It is nothing but flames game
1 What is a Data Structure?
What is static volatile in c?
what is the c source code for the below output? 1 0 1 1 0 1 0 1 0 1 1 0 1 0 1
What are linked lists in c?
Create a structure to specify data on students as given below: Roll number, Name, Department, Course, and Year of joining. Assume that there are not more than 450 students in the collage. (a) Write a function to print the names of all students who joined in the last 3 years. (b) Write a function to print the data of a student whose roll numbers are divisible by 4.
what do you mean by enumeration constant?
What does != Mean in c?
What are file streams?
If I want to initialize the array like. int a[5] = {0}; then it gives me all element 0. but if i give int a[5] = {5}; then 5 0 0 0 0 is ans. what will I do for all element 5 5 5 5 5 in a single statement???