How can I generate floating-point random numbers?
No Answer is Posted For this Question
Be the First to Post Answer
What is variable initialization and why is it important?
What is ponter?
What are the two types of functions in c?
enum colors {BLACK,BLUE,GREEN} main() { printf("%d..%d..%d",BLACK,BLUE,GREEN); return(1); }
what is the different between data structure and data type?
What will be result of the following program? void myalloc(char *x, int n) { x= (char *)malloc(n*sizeof(char)); memset(x,\0,n*sizeof(char)); } main() { char *g="String"; myalloc(g,20); strcpy(g,"Oldstring"); printf("The string is %s",g); } a) The string is : String b) Run time error/Core dump c) The string is : Oldstring d) Syntax error during compilation e) None of these
How to add two numbers with using function?
Write a c program to read a positive number and display it in words.? ex: 123=one two three help me....
what type of language is C?
What is c token?
Is it fine to write void main () or main () in c?
being a chemical engineer and with an aggregate of 80% why you opt for TCS and not your core industry?