how to write optimum code to divide a 50 digit number with a
25 digit number??
No Answer is Posted For this Question
Be the First to Post Answer
There are 21 people in a room. They have to form groups of 3 people each. How many combinations are possible? Write a C program to print the same.
there is two conditions , 1. while using for loop for printing 1 to 50 no's simulteneous 2. while using printf functios for printing 1 to 50 no's simulteneous with or without using variables who will take more time for compiling and execution? explain in details with reason?
How do you determine the length of a string value that was stored in a variable?
Explain Function Pointer?
how to find anagram without using string functions using only loops in c programming
Snake Game: This is normal snake game which you can find in most of the mobiles. You can develop it in Java, C/C++, C# or what ever language you know.
7 Answers Accenture, Gridco, IBM, Kevin IT, TCS, Vimukti Technologies,
How many bytes are occupied by near, far and huge pointers (dos)?
What 'lex' does?
What are type modifiers in c?
What are the output(s) for the following ? #include char *f() {char *s=malloc(8); strcpy(s,"goodbye")} main() { char *f(); printf("%c",*f()='A'); }
How do you do dynamic memory allocation in C applications?
explain what are actual arguments?