What is far pointer in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is property type c?
What are multibyte characters?
Are pointers really faster than arrays?
How many keywords (reserve words) are in c?
Why do we need arrays in c?
What is the default value of local and global variables in c?
how to make program without <> in library.
main() { int i=1; while (i<=5) { printf("%d",i); if (i>2) goto here; i++; } } fun() { here: printf("PP"); }
write a program wch produces its own source code aas its output?
how to multiply two number taking input as a string (considering sum and carry )
What is indirect recursion? give an example?
Explain the use of function toupper() with and example code?