What is a stream in c programming?
No Answer is Posted For this Question
Be the First to Post Answer
how do you redirect stdout value from a program to a file?
what is the difference between char * const and const char *?
what is difference between ANSI structure and C99 Structure?
Write c-code for 5+55+555+5555+55555+555555+5555555. Output will be it's answer...
main() { char p[] = "hello world!"; p = "vector"; printf("%s",p); }
2 Answers Vector, Vector India,
int *p=20; if u print like dis printf("%d",p); o\p:- 20; how is it possible? plz give me the explanation.
How to establish connection with oracle database software from c language?
What is the difference between int and float?
How can I ensure that integer arithmetic doesnt overflow?
Does c have circular shift operators?
to get a line of text and count the number of vowels in it
What do you mean by keywords in c?