Write a code to generate divisors of an integer?
Give me the code of in-order recursive and non-recursive.
1) int main() { unsigned char a = 0; do { printf("%d=%c\n",a,a); a++; }while(a!=0); return 0; } can anyone please explain the explain the output
1. Can we use the for loop this way? for(;i>5;) 2. What is the use of pointers? 3. what is array of pointer? 4. What is the difference between file and database? 5. Define data structure?
ASCII stands for
where do we use volatile keyword?
What is the difference between the = symbol and == symbol?
write a program for odd numbers?
Write a program to replace n bits from the position p of the bit representation of an inputted character x with the one's complement. Method invertBit takes 3 parameters x as input character, p as position and n as the number of positions from p. Replace n bits from pth position in 8 bit character x. Then return the characters by inverting the bits.
Input any no. and print all the the numbers that comes before it like this for e.g input = 4 0 01 012 0123 01234 plz answer it 2day
Can we declare a function inside a function in c?
What is the difference between null pointer and void pointer
10 Answers CTS, Manforce, MAQ Software,
why effort estimation is important?