What is struct node in c?
How can I get Single byte from 'int' type variable? Can we alter single bit or multiple bits in int type variable? if so, How?
What is the use of in c?
how 2 compile & execute c program with out using editor?
Why c is called procedure oriented language?
Is the C language is the portable language...If yes...Then Why...and if not then what is problem so it is not a Portable language..???
we have a 3litres jug and a 5 litres jug and no measures on them. using these two jugs how can we measure 4 litres of water?
What is file in c language?
what is difference between #include<stdio.h> and #include"stdio.h"
Explain low-order bytes.
can you change name of main()?how?
What is meant by preprocessor in c?
please can some one guide me, to the answer Write a C program to enter 15 numbers as an input from the keyboard and program will find and print odd numbers and their average. i have studied while and do while loop for loop if and else if switch