Write a program that takes a 5 digit number and calculates 2 power that number and prints it(should not use big integers and exponential functions)
2 6336What has to put when we are inserting as assembly language code into the C code? or When we are inserting as assembly language code into the C code we have to insert one thing at the start and of the assembly language. What are they?
2 3749struct abc { unsigned int a; char b; float r; }; struct xyz { int u; struct abc tt; }ww; ww = (struct xyz*)malloc(sizeof(struct xyz)); will the memory be allocated for the inner structure also?
1 6305Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
1 3710Snake 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.
Accenture, Gridco, IBM, Kevin IT, TCS, Vimukti Technologies,
7 11432In the below code, how do you modify the value 'a' and print in the function. You'll be allowed to add code only inside the called function. main() { int a=5; function(); // no parameters should be passed } function() { /* add code here to modify the value of and print here */ }
1 2829
Write a code to generate a series where the next element is the sum of last k terms.
Write a C program on Centralized OLTP, Decentralized OLTP using locking mechanism, Semaphore using locking mechanism, Shared memory, message queues, channel of communication, sockets and a simple program on Saving bank application program using OLTP in IPC?
What is wrong with this initialization?
Explain the concept and use of type void.
Why is c fast?
what are the 10 different models of writing an addition program in C language?
What is the difference between null pointer and wild pointer?
What is clrscr ()?
What is a floating point in c?
What is pointer in c?
How can I call system when parameters (filenames, etc.) Of the executed command arent known until run time?
What is binary tree in c?
What is a method in c?
What is a buffer in c?
Explain can the sizeof operator be used to tell the size of an array passed to a function?