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 6966What 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 4262struct 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 6713Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
1 4121Snake 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 12702In 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
Why header file is used in c?
#include show(int t,va_list ptr1) { int a,x,i; a=va_arg(ptr1,int) printf(" %d",a) } display(char) { int x; listptr; va_star(otr,s); n=va_arg(ptr,int); show(x,ptr); } main() { display("hello",4,12,13,14,44); }
What is an array in c?
Explain #pragma statements.
What is a stream water?
What is the purpose of sprintf?
Is there any data type in c with variable size?
Is c programming hard?
What are logical errors and how does it differ from syntax errors?
Explain the difference between exit() and _exit() function?
What are the rules for the identifier?
What does the && operator do in a program code?
can we change the default calling convention in c if yes than how.........?
How can I read a binary data file properly?
how do you write a function that takes a variable number of arguments? What is the prototype of printf () function?