How can I get random integers in a certain range?
No Answer is Posted For this Question
Be the First to Post Answer
Why isnt any of this standardized in c?
f(*p) { p=(char *)malloc(6); p="hello"; return; } main() { char *p="bye"; f(p); printf("%s",p); } what is the o/p?
Write a program to print distinct words in an input along with their count in input in decreasing order of their count..
please send me the code for multiplying sparse matrix using c
What is the memory allocated by the following definition ? int (*x)[10];
Famous puzzles which are generally asked by companies during interviews ?
Eight queens puzzle
sum of two integers values only other then integer it should print invalid input.
Is boolean a datatype in c?
who is first prime minister in india??
What is c system32 taskhostw exe?
can we declare a variable in different scopes with different data types? answer in detail