What is p in text message?
No Answer is Posted For this Question
Be the First to Post Answer
What are dangling pointers in c?
Explain with the aid of an example why arrays of structures don’t provide an efficient representation when it comes to adding and deleting records internal to the array.
why array index always starts from zero??
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} .
How do you convert strings to numbers in C?
write a program to fined second smallest and largest element in a given series of elements (without sorting)
Is c procedural or functional?
How pointer is benefit for design a data structure algorithm?
What are the types of arrays in c?
What is main () in c?
whitch value return void main?
Why array is used in c?