What is 2c dna?
No Answer is Posted For this Question
Be the First to Post Answer
How can I access memory located at a certain address?
accept character from keyboard untill the user presses the enter key.If the user enters any character other than upper case(A-Z)alphabets program should stop taking any input
What is string function c?
Given a piece of code int x[10]; int *ab; ab=x; To access the 6th element of the array which of the following is incorrect? (A) *(x+5) (B) x[5] (C) ab[5] (D) *(*ab+5} .
What is the benefit of using an enum rather than a #define constant?
Can two or more operators such as and be combined in a single line of program code?
Without Computer networks, Computers will be half the use. Comment.
print the pattern 1 2 4 3 6 9 4 8 12 16 5 10 15 20 25 if n=5
What are the data types present in c?
What is switch in c?
Why does everyone say not to use scanf? What should I use instead?
How does selection sort work in c?