Is sizeof a keyword in c?
No Answer is Posted For this Question
Be the First to Post Answer
Why cd or dvd are round why not square.
Hai friends im a i year student. i want to develop my knowledge in the field of TSR in c. How I'm Improve ?
what is the defrenece between structure and union
what would be the output of the follwing struct st { char name[20]; int i; float f; }; main() { struct st emp = {"forum"}; printf("%d %f",emp.i,emp.f); }
A program is required to print your biographic information including: Names, gender, student Number, Cell Number, line of study and your residential address.
void main() { //char ch; unsigned char ch; clrscr(); for(ch =0;ch<= 127; ch++) printf(" %c= %d \t ", ch, ch); } output?
Define VARIABLE?
Is there sort function in c?
How we can write a value to an address using macro..?
Explain do array subscripts always start with zero?
create a C program that displays one z,two y's,three x's until twenty six A's. plzz answer i need it tomorrow.
const char * char * const What is the differnce between the above tow?.