How can I increase the allowable number of simultaneously
open files?
What is the difference between printf and scanf in c?
main() { int ptr[] = {1,2,23,6,5,6}; printf("%d",&ptr[3]-&ptr[0]); }
What is modifier & how many types of modifiers available in c?
What are the 5 types of inheritance in c ++?
in C-programming language without using printf statement can we get output r not ? if yes how and if no also how ?
to get a line of text and count the number of vowels in it
what is the output of the following program? main() { int c[]={2,8,3,4,4,6,7,5}; int j,*p=c,*q=c; for(j=0;j<5;j++) { printf("%d",*c); ++q; } for(j=0;j<5;j++) { printf("%d",*p); ++p; } }
What is a MAC Address?
how to swap 2 numbers within a single statement?
What is the use of volatile?
Explain how does flowchart help in writing a program?
shorting algorithmS