Answer Posted / hari
356
| Is This Answer Correct ? | 1 Yes | 10 No |
Post New Answer View All Answers
Implement bit Array in C.
Can the “if” function be used in comparing strings?
What are the different categories of functions in c?
How can variables be characterized?
What is volatile variable how do you declare it?
Why pointers are used in c?
What are the key features in c programming language?
In this problem you are to write a program that will cut some number of prime numbers from the list of prime numbers between 1 and N.Your program will read in a number N; determine the list of prime numbers between 1 and N; and print the C*2 prime numbers from the center of the list if there are an even number of prime numbers or (C*2)-1 prime numbers from the center of the list if there are an odd number of prime numbers in the list.
Which built-in library function can be used to match a patter from the string?
In c programming, explain how do you insert quote characters (? And ?) Into the output screen?
How do you define structure?
What are external variables in c?
How are portions of a program disabled in demo versions?
What are dangling pointers? How are dangling pointers different from memory leaks?
When is a void pointer used?