What is the process to generate random numbers in c programming language?
No Answer is Posted For this Question
Be the First to Post Answer
show how link list can be used to repersent the following polynomial i) 5x+2
Does c have class?
Write a program that accepts a string where multiple spaces are given in between the words. Print the string ignoring the multiple spaces. Example: Input: “ We.....Are....Student “ Note: one .=1 Space Output: "We Are Student"
Why is not a pointer null after calling free?
What is a stream?
Is there any restriction in how many arguments printf or scanf function can take? in which file in my c++ compiler i can see the code for implementation of these two functions??
How can I increase the allowable number of simultaneously open files?
What is call by value in c?
The postoder traversal is 7,14,3,55,22,5,17 Then ur Inorder traversal is??? please help me on this
What is the difference between int main and void main in c?
Write a program to input the price of 1 burger and the number of burgers eaten by a group of friends .print the total amount to be paid by the group?
what is the output of printf("%d",(scanf("%d",10));