How do you determine whether to use a stream function or a low-level function?
No Answer is Posted For this Question
Be the First to Post Answer
How are variables declared in c?
pgm to reverse string using arrays i.e god is love becomes love is god) (assumption:only space is used for seperation of words) no addtional memory used.i.e no temporary arrays can used.
Is both getch() and getchar() functions are similar? if it is similar means why these two functions are used for same usage? if it is not similar means what is the difference?
What will be the result of the following C language program? main() { int a = 0; int b = 20; char x = 1; char y = 10; if(a,b,x,y) printf("Welcome"); }
How do you determine whether to use a stream function or a low-level function?
what is the difference between procedure oriented and object oriented progaming language
tell me the full form of c?
How can I split up a string into whitespace-separated fields?
in malloc and calloc which one is fast and why?
Tell us something about keyword 'auto'.
is it possible to create your own header files?
What is property type c?