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 6875What 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 4170struct 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 6631Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
1 4052Snake 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 12486In 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 3137
write a program to find out prime number using sieve case?
Is null equal to 0 in sql?
Explain how can a program be made to print the line number where an error occurs?
What is structure in c language?
What is the difference between struct and union in C?
What are two dimensional arrays alternatively called as?
What does calloc stand for?
How will you divide two numbers in a MACRO?
Are there namespaces in c?
When we use void main and int main?
What is keyword with example?
Why is sprintf unsafe?
I need a help with a program: Write a C program that uses data input in determining the whole of points A and a whole of circles B. Find two points in A so that the line which passes through them, cut through the maximum number of circles.
What are derived data types in c?
how can f be used for both float and double arguments in printf? Are not they different types?