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 6296What 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 3702struct 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 6266Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
1 3677Snake 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 11341In 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 2806
What are the disadvantages of a shell structure?
Why c is known as a mother language?
void main(){ int a; a=1; while(a-->=1) while(a-->=0); printf("%d",a); }
Why is event driven programming or procedural programming, better within specific scenario?
Explain how can you restore a redirected standard stream?
Is printf a keyword?
What's a good way to check for "close enough" floating-point equality?
Why do we need volatile in c?
How can I make it pause before closing the program output window?
Subtract Two Number Without Using Subtraction Operator
what is reason of your company position's in india no. 1.
How can you check to see whether a symbol is defined?
What is operator precedence?
write a sorting prgm to sort 50 nos and sum them and also remove all the occurrences of 15 and print it?
What is identifier in c?