Is array name a pointer?
No Answer is Posted For this Question
Be the First to Post Answer
What is pointer & why it is used?
consider the following C code main() { int i=3,x; while(i>0) { x=func(i); i--; } int func(int n) { static sum=0; sum=sum+n; return(sum); } the final value of x is
What is wild pointer in c?
Is there a way to have non-constant case labels (i.e. Ranges or arbitrary expressions)?
Write a program which has the following seven functions. The functions should be: • main() this calls the other 6 functions • fget_long() a function which returns a long data type from a file • fget_short() a function which returns a short integer variable from a file • fget_float() a function which returns a floating point variable from a file • fprt_long() a function which prints its single, long argument into a file • fprt_short() a function which prints its single, short argument into a file • fprt_float() a function which prints its single, floating point argument into a file. You should use fscanf() to get the values of the variables from the input (the file) and fprintf() to print the values to the other file. Pay attention to using the correct format for each of the data types.
What are the phases in s/w developed life cycle? wat is the diff b/w stack & queue...where do we use stack
Is c# a good language?
what is the difference between normal variables and pointer variables..............
15 Answers HP, Infosys, Satyam, Vivekanand Education Society,
Is c still used?
Difference Between embedded software and soft ware?
What are the different pointer models in c?
difference between c and c++?