What is the process to generate random numbers in c programming language?
what is ram?
we called a function and passed something do it we have always passed the "values" of variables to the called function. such functions calles are called a) calls by reference b) calls by value c) calls by zero d) none of the above
we all know about the function overloading concept used in C++ and we all learnt abt that.... but that concept is already came in C in a very smaller propotion ... my question is IN WHICH CONCEPT THERE IS A USE OF FUNCTION OVERLOADING IS USED in C language?????????????
What is the return type of sizeof?
I have a function which accepts, and is supposed to initialize,a pointer, but the pointer in the caller remains unchanged.
write a reverse string to print a stars.(with out using logic) ***** **** *** ** *
Predict the output or error(s) for the following: 25. main() { printf("%p",main); }
What library is sizeof in c?
program to get the remainder and quotant of given two numbers with out using % and / operators?
10 Answers College School Exams Tests, IBM,
related to rdbms query .
Explain what are multidimensional arrays?
What is difference between constant pointer and constant variable?