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 6019What 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 3447struct 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 6052Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
1 3489Snake 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 10727In 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 2613
Explain union. What are its advantages?
What do you mean by Recursion Function?
Explain what is dynamic data structure?
What does s c mean in text?
What is the size of empty structure in c?
How to check whether string is a palindrome, WITHOUT USING STRING FUNCTIONS?
Is it better to use malloc() or calloc()?
If a five digit number is input through the keyboard, write a program to print a new number by adding one to each of its digits.For example if the number that is input is 12391 then the output should be displayed as 23402
What does p mean in physics?
What is s in c?
Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the maximum number of concurrent threads that the InnoDB plug-in can create.
Write a program of prime number using recursion.
Explain how can I write functions that take a variable number of arguments?
number of times a digit is present in a number
What is the difference between variable declaration and variable definition in c?