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 3932#include
write a c program in such a way that if we enter the today date the output should be next day's date.
2240I 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 26805
What is function definition in c?
Which is better pointer or array?
Tell me when is a void pointer used?
What is pointers in c?
Who invented b language?
Can i use “int” data type to store the value 32768? Why?
List the difference between a 'copy constructor' and a 'assignment operator' in C?
Write a c program to build a heap method using Pointer to function and pointer to structure ?
Write a C program in Fibonacci series.
What is cohesion and coupling in c?
Can you please explain the difference between exit() and _exit() function?
Tell me the use of bit field in c language?
Explain b+ tree?
What is the purpose of void in c?
can we implement multi-threads in c.