How do we print only part of a string in c?
No Answer is Posted For this Question
Be the First to Post Answer
change to postfix a/(b+c*d-e)
what is available in C language but not in C++?
10 Answers CTS, TCS,
difference between ordinary variable and pointer in C?
To print the pattern 1 2 3 4 5 10 17 18 19 6 15 24 25 20 7 14 23 22 21 8 13 12 11 10 9
What happens if you free a pointer twice?
what is the structure?
Why c is called a middle level language?
Why isnt there a numbered, multi-level break statement to break out
given the piece of code int a[50]; int *pa; pa=a; to access the 6th element of the array which of the following is incorrect? a.*(a+5) b.a[5] c.pa[5] d.*(*pa + 5)
Write a c program to print the even numbers followed by odd numbers in an array without using additional array
can we write a program in c for printf and scanf without using header file stdio.h
How we can set and clear bit in a byte using macro function?