What is structure in c definition?
What does a pointer variable always consist of?
I just typed in this program, and it is acting strangely. Can you see anything wrong with it?
How do I read the arrow keys? What about function keys?
swap 2 numbers without using third variable?
Give differences between - new and malloc() , delete and free() ?
What is wrong in this statement?
How does sizeof know array size?
What is the return type of sizeof?
What is function definition in c?
write a C program: To search a file any word which starts with ?a?. If the word following this ?a? starts with a vowel.Then replace this ?a? with ?a? with ?an?. redirect with the output onto an output file.The source file and destination file are specified by the user int the command line.
What is array of structure in c?
1. Write a function to display the sum of two numbers in the following ways: By using (i) pass by value (ii) pass by address a. function with argument and with return value b. function with argument and without return value c. without argument , with return value d. without argument , without return value Note: Use pass by address.
What would the following code segment printint k = 8;docout << "k = " << k << " ";while k++ < 5; a) 13 b) 5 c) 8 d) pointers
How many bytes are occupied by near, far and huge pointers (dos)?