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 4174struct 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 3141
Want to know how to write a 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 total number of disk writes by MySQL.
What is static and volatile in c?
State the difference between x3 and x[3].
Write a program on swapping (100, 50)
Explain union. What are its advantages?
What is data type long in c?
What is union and structure in c?
What are qualifiers and modifiers c?
Is malloc memset faster than calloc?
The difference between printf and fprintf is ?
What is bubble sort in c?
What are the different types of linkage exist in c?
What is malloc calloc and realloc in c?
how much salary u want ? why u join in our company? your domain is core sector why u prefer software ?
How are structure passing and returning implemented?