what is event driven software and what is procedural driven
software?
while loop contains parts a) initialisation, evalution of an expression,increment /decrement b) initialisation, increment/decrement c) condition evalution d) none of the above
print 1-50 with two loop & two print Statement
what is reason of your company position's in india no. 1.
What is the scope of global variable in c?
List some basic data types in c?
How would you write qsort?
what is the maximum no. of bytes calloc can allocate
write a string copy function routine?
What are the output(s) for the following ? #include char *f() {char *s=malloc(8); strcpy(s,"goodbye")} main() { char *f(); printf("%c",*f()='A'); }
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 ?
What does return 1 means in c?
What do mean by network ?