How do you print only part of a string?
No Answer is Posted For this Question
Be the First to Post Answer
Do you have any idea about the use of "auto" keyword?
What is wrong with this declaration?
Would you rather wait for the results of a quicksort, a linear search, or a bubble sort on a 200000 element array? 1) Quicksort 2) Linear Search 3) Bubble Sort
what is the output for the code : main() { int i,j; printf("%d %d ",scanf("%d%d",&i,&j)); }
Write a program for print infinite numbers
How can I access a memory located at certain address?
what is the output of following question? void main() { int i=0,a[3]; a[i]=i++; printf("%d",a[i] }
int a=20; int b=30; int c=40; printf("%d%d%d"); what will be the output?
FILE PROGRAMMING
What is scope and lifetime of a variable in c?
What is the difference between a function and a method in c?
What is use of bit field?