write a program to display & create a rational number
4. main() { int c=- -2; printf("c=%d",c); }
Write a program, where i have a grid with many cells, how many paths are possible from one point to other desired points.
Describe wild pointers in c?
how does printf function work
Is null always equal to 0(zero)?
I have a function which accepts a pointer to an int. How can I pass a constant like 5 to it?
What are type modifiers in c?
what is the purpose of the code, and is there any problem with the code? int f( int n, int l, int r ) { return (n << l) >> r; }
print pattern 1 1 33 33 555 555 77777777 555 555 33 33 1 1
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.
How to set file pointer to beginning c?
What is the c language function prototype?