How can I generate floating-point random numbers?
Write a program to identify if a given binary tree is balanced or not.
Can a pointer be volatile in c?
typedef enum { html, java, javascript, perl, cgi } lang;The above statement defines a : a) Union b) User defined type c) Enumerated variable d) none
Is the C language is the portable language...If yes...Then Why...and if not then what is problem so it is not a Portable language..???
Is it possible to run using programming C for Java Application?
What are the concepts introduced in OOPs?
Write a program to print a (*)pattern programming (A to Z) in capital in one programming ?
What is output redirection?
How important is structure in life?
What does *p++ do?
why programs in c are running with out #include<stdio.h>? some warnings are display in terminal but we execute the program we get answer why? eg: main() { printf("hello world "); }
What are Macros? What are its advantages and disadvantages?