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 6972What 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 4265struct 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 6714Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
1 4122Snake 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 12703In 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 3218
What will the preprocessor do for a program?
What is a lvalue
Define macros.
How is a pointer variable declared?
why use functions a) writing functions avoids rewriting the same code over and over b) using functions it becomes easier to write programs and keep track of what they are doing c) a & b d) none of the above
What is a union?
How can I trap or ignore keyboard interrupts like control-c?
How to explain the final year project as a fresher please answer with sample project
What is context in c?
Why are algorithms important in c program?
What is indirection in c?
Explain is it valid to address one element beyond the end of an array?
Differentiate Source Codes from Object Codes
write a c program to do the following: a) To find the area of a triangle. b) To convert the temperature from Fahrenheit to Celsius. c) To convert the time in hours : minutes : seconds to seconds.
What is a substring in c?