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 6752What 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 4065struct 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 6537Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
1 3981Snake 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 12181In 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 3056
Explain what is wrong in this statement?
When should a type cast be used?
What is #include stdlib h?
What is main function in c?
Why doesnt that code work?
Is swift based on c?
What should malloc(0) do? Return a null pointer or a pointer to 0 bytes?
Can you please explain the scope of static variables?
Describe how arrays can be passed to a user defined function
Is there a way to switch on strings?
How do you convert a decimal number to its hexa-decimal equivalent.Give a C code to do the same
swap 2 numbers without using third variable?
What is the difference between if else and switchstatement
Define C in your own Language.
What are static variables in c?