What is sizeof int?
No Answer is Posted For this Question
Be the First to Post Answer
What is the right type to use for boolean values in c?
please give me answer with details #include<stdio.h> main() { int i=1; i=(++i)*(++i)*(++i); printf("%d",i); getch(); }
what are advantages of U D F?
Can we include one C program into another C program if yes how?
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. 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
What is a rvalue?
Write a C++ program without using any loop (if, for, while etc) to print numbers from 1 to 100 and 100 to 1;
18 Answers Accenture, Cisco, Egentec, HCL, Ideaz, Infosys, M-Systems, MYR, TCS,
Why do we use null pointer?
What is a file descriptor in c?
how to use showbits function?
How to find a missed value, if you want to store 100 values in a 99 sized array?
What are Macros? What are its advantages and disadvantages?