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 6758What 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 4072struct 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 6545Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
1 3987Snake 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 12199In 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 3057
typedef struct{ char *; nodeptr next; } * nodeptr ; What does nodeptr stand for?
What are the 4 types of organizational structures?
Why do we use main function?
How can I write data files which can be read on other machines with different word size, byte order, or floating point formats?
Why c language?
What is volatile variable in c with example?
Linked list is a Linear or non linear explain if linear how it working as a non linear data structures
Read the following data in two different files File A: aaaaaaaadddddddd bbbbbbbbeeeeeeee ccccccccffffffff File B: 11111111 22222222 33333333 By using the above files print the following output or write it in the Other file as follows aaaaaaaa11111111dddddddd bbbbbbbb22222222eeeeeeee cccccccc33333333ffffffffffff
PROGRAM TO WRITE CONTENTS OF 1 FILE IN REVERSE TO ANOTHER FILE,PROGRAM TO COPY 1 FILE TO ANOTHER BY SPECIFYING FILE NAMES AS COMMAND LINE
How can I read in an object file and jump to locations in it?
What are the differences between new and malloc in C?
Which is an example of a structural homology?
What are variables and it what way is it different from constants?
How important is structure in life?
Do you know what are the properties of union in c?