What is c basic?
No Answer is Posted For this Question
Be the First to Post Answer
What is character set?
What are the two forms of #include directive?
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.
What is main () in c?
What is getch?
what is the difference between auto and static keywords
1 Answers cDot, College School Exams Tests, TCS,
Difference between strcpy() and memcpy() function?
main() { int x=10,y=15; x=x++; y=++y; printf("%d %d\n",x,y); } output??
19 Answers EBS, Ramco, Sangwin, TCS,
how to print the character with maximum occurence and print that number of occurence too in a string given ?
print pattern 1 1 33 33 555 555 77777777 555 555 33 33 1 1
Process by which one bit pattern in to another by bit wise operation is?
What is meant by 'bit masking'?