What is function prototype in c with example?
No Answer is Posted For this Question
Be the First to Post Answer
Tell me when is a void pointer used?
How macro execution is faster than function ?
i want to have a program to read a string and print the frequency of each character and it should work in turbo c
Explain how can you check to see whether a symbol is defined?
Explain the use of function toupper() with and example code?
what is disadvantage of pointer in C
write c program without semicolon
11 Answers MindTech, TCS, Wipro,
int array[]={1,2,3,4,5,6,7,8}; #define SIZE (sizeof(array)/sizeof(int)) main() { if(-1<=SIZE) printf("1"); else printf("2"); }
string reverse using recursion
What is the best way to store flag values in a program?
Write a program, where i have a grid with many cells, how many paths are possible from one point to other desired points.
Can you explain what keyboard debouncing is, and where and why we us it? please give some examples