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 6876What 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 4171struct 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 6635Write 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 12494In 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 3140
When should the const modifier be used?
What is cohesion and coupling in c?
What are qualifiers and modifiers c?
What is realloc in c?
#include
What are the application of void data type in c?
What does the c preprocessor do?
write a program in c language to print your bio-data on the screen by using functions.
How will you write a code for accessing the length of an array without assigning it to another variable?
Which is best linux os?
can anyone please tell about the nested interrupts?
Can you mix old-style and new-style function syntax?
write a progrmm in c language take user interface generate table using for loop?
What language is lisp written in?
Can a local variable be volatile in c?