please explain clearly about execution of c program in detail,in which stage are the printf sacnf getting into exeecutable code
2230what is diffrence between linear and binary search in array respect to operators?what kind of operator can be used in both seach methods?
1919without using control structures and control structures find the max and min of given 2 nos
HCL,
1 3935#include
write a c program in such a way that if we enter the today date the output should be next day's date.
2244I need testPalindrome and removeSpace
#include
write a c program to find largest number in matrix(in each row,each column, diagonally, and in the whole matrix)? Its urgent.
2 26806
How can I invoke another program or command and trap its output?
main() { struct s1 { char *str; struct s1 *ptr; }; static struct s1 arr[] = { {"Hyderabad",arr+1}, {"Bangalore",arr+2}, {"Delhi",arr} }; struct s1 *p[3]; int i; < BR> for(i=0;i<=2;i++) p[i] = arr[i].ptr; printf("%s ",(*p)->str); printf("%s ",(++*p)->str); printf("%s ",((*p)++)->str); }
how can f be used for both float and double arguments in printf? Are not they different types?
Explain why C language is procedural?
How can you determine the size of an allocated portion of memory?
What are terms in math?
What is multidimensional arrays
What is difference between scanf and gets?
What is queue in c?
How will you find a duplicate number in a array without negating the nos ?
what is reason of your company position's in india no. 1.
What is a rvalue?
Is array name a pointer?
Write the program that calculates and prints the average of several integers. Assume that the last value read is sentinel 9999.
Q.1 write a program to create binary tree 1 to 16 numbers? Q.2 write a program to creat a binary search tree for the member that is given by user?