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

Post New Answer

More C Interview Questions

When is a void pointer used?

0 Answers  


Print the foll in C...eg when n=5 the o/p must b + + + + + + + + + + + + + + + + +

1 Answers  


What is the difference between #include <header file> and #include “header file”?

0 Answers  


What does void main () mean?

0 Answers  


What are data types in c language?

0 Answers  






What is the o/p of the follow pgm? #include<stdio.h> main() { char char_arr[5]=”ORACL”; char c=’E’; prinf(“%s\n”,strcat(char_arr,c)); } a:oracle b. oracl c.e d.none

2 Answers   Oracle,


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 “ Output: "We Are Student"

1 Answers  


What is merge sort in c?

0 Answers  


Function shall sum members of given one-dimensional array. However, it should sum only members whose number of ones in the binary representation is higher than defined threshold (e.g. if the threshold is 4, number 255 will be counted and 15 will not) - The array length is arbitrary - output the results to the stdout

0 Answers   XYZ,


what is a headerfile?and what will be a program without it explain nan example?

6 Answers   Assurgent,


Explain what is the difference between functions getch() and getche()?

0 Answers  


why Language C is plateform dependent

3 Answers   Siemens, Wipro,


Categories