What are global variables and how do you declare them?
No Answer is Posted For this Question
Be the First to Post Answer
Can you explain what keyboard debouncing is, and where and why we us it? please give some examples
where do we use structure pointer?
List some of the static data structures in C?
A array contains dissimilar element how can we count, and A array contains dissimilar element how can we store in another array with out repetition.
void main() { static int i = 5; if(--i) { main(); printf("%d ",i); } } what would be output of the above program and justify your answer? }
5 Answers C DAC, CDAC, Infosys, Wipro,
Explain what?s happening in the first constructor: public class c{ public c(string a) : this() {;}; public c() {;} } How is this construct useful?
What is the heap?
write a function for strtok()??
#include<stdio.h> { printf("Hello"); } how compile time affects when we add additional header file <conio.h>.
how does a general function , that accepts an array as a parameter, "knows" the size of the array ? How should it define it parameters list ?
write a function which accept two numbers from main() and interchange them using pointers?
25. It takes five minutes to pass a rumour from one person to two other persons. The tree of rumour continues. Find how many minutes does it take spread the rumour to 768 persons. ?
11 Answers CTS, TCS,