What is structure and union in c?
No Answer is Posted For this Question
Be the First to Post Answer
write a 'c' program to sum the number of integer values
how to compare two strings without using strcmp() function??
what does the following function print? func(int i) { if(i%2)return 0; eale return 1; } main() { int =3; i=func(i); i=func(i); printf("%d",i);}
Write a program to print all the prime numbers with in the given range
8 Answers ABC, College School Exams Tests, TCS,
What is the description for syntax errors?
Do pointers store the address of value or the actual value of a variable?
Can the curly brackets { } be used to enclose a single line of code?
If fflush wont work, what can I use to flush input?
what is diff b/w huge & far & near pointer??
4.A function 'q' that accepts a pointer to a character as argument and returns a pointer to an array of integer can be declared as: A)int (*q(char*)) [] B)int *q(char*) [] C)int(*q)(char*) [] D)None of the Above
If an old women's age is the same as her three grand daughters i,mean the number of days old child=the no of weeks old child=no of months old child .The total yrs of all these ppl is 114 yrs...then how old is the old woman? the yr has 365 days..and 30 days each month.
Write a program of advanced Fibonacci series.