What is int main () in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is pivot in c?
What is the diffences between Windows XP and Windows Visa
Why can arithmetic operations not be performed on void pointers?
Disadvantages of C language.
what is the role you expect in software industry?
in one file global variable int i; is declared as static. In another file it is extern int i=100; Is this valid ?
How can I get the current date or time of day in a c program?
In the DOS enveronment, normal RAM that resides beyond the 1mb mark. a) expanded memory b) swapped memory c) Extended memory d) none
C program to read the integer and calculate sum and average using single dimensional array
What is typedef example?
what are the advantage of pointer variables? write a program to count the number of vowels and consonants in a given string
char S; char S[6]= " HELLO"; printf("%s ",S[6]); output of the above program ? (0, ASCII 0, I,unpredictable)