Explain what is wrong in this statement?
No Answer is Posted For this Question
Be the First to Post Answer
How can you increase the size of a dynamically allocated array?
write a prgram of swapping with 2 valiables
main() { int i=0; while(+(+i--)!=0) i-=i++; printf(i); }
write a program in c to read array check element is present or not?
print the table 5 in loops
Explain is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
How do you generate random numbers in C?
pgm to reverse string using arrays i.e god is love becomes love is god) (assumption:only space is used for seperation of words) no addtional memory used.i.e no temporary arrays can used.
Concat two string with most overlapped substring has to removeĀ "abcd"+ "cdef" = "abcdef
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; }
what is volatile in c language?
9 Answers Cap Gemini, HCL, Honeywell, TCS, Tech Mahindra,
PROGRAM TO WRITE CONTENTS OF 1 FILE IN REVERSE TO ANOTHER FILE,PROGRAM TO COPY 1 FILE TO ANOTHER BY SPECIFYING FILE NAMES AS COMMAND LINE