Are pointers really faster than arrays?
No Answer is Posted For this Question
Be the First to Post Answer
differnce between do and do while
how to do in place reversal of a linked list(singly or doubly)?
In the below code, how do you modify the value 'a' and print in the function. You'll be allowed to add code only inside the called function. main() { int a=5; function(); // no parameters should be passed } function() { /* add code here to modify the value of and print here */ }
What is this pointer in c plus plus?
Please send me WIPRO technical question to my mail ID.. its nisha_g28@yahoo.com please its urgent
while initialization of two dimensional arrays we can initialize like a[][2] but why not a[2][] is there any reason behind this?
Write a program to remove the C comments(/* */) and C++ comments(//) from a file. The file should be declared in command line.
How to create struct variables?
what is the format specifier for printing a pointer value?
Explain the concept and use of type void.
Write a code to remove duplicates in a string.
a simple c program using 'for' loop to display the output 5 4 3 2 1