What is meant by initialization and how we initialize a variable?
What are the types of data files?
what is the value of 'i'? i=strlen("Blue")+strlen("People")/strlen("Red")-strlen("green")
7 Answers Cadence, JNTU, Zen Technologies,
What is the concatenation operator?
where do we use structure pointer?
This is a variation of the call_me function in the previous question:call_me (myvar)int *myvar;{ *myvar += 5; }The correct way to call this function from main() will be a) call_me(myvar) b) call_me(*myvar) c) call_me(&myvar) d) expanded memory
What is a structure and why it is used?
write a program for egyptian fractions in c?
In header files whether functions are declared or defined?
without using arithmatic operator convert an intger variable x into x+1
Which one would you prefer - a macro or a function?
Can we use any name in place of argv and argc as command line arguments?
How do you initialize pointer variables?