How is pointer initialized in c?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

what are the advanced features of functions a) function declaration and prototypes b) calling functions by value or by reference c) recursion d) all the above

0 Answers  


What functions are in conio h?

0 Answers  


Write a program using bitwise operators to invert even bits of a given number.

2 Answers  


what are the program that using a two dimensional array that list the odd numbers and even numbers separately in a given 10 inputs values

0 Answers   College School Exams Tests,


Why can't I perform arithmetic on a void* pointer?

0 Answers  






c language interview questions & answer

0 Answers  


What is && in c programming?

0 Answers  


Write a C program that reads a series of strings and prints only those ending in "ed"

2 Answers   Accenture,


value = 0xabcd; for (loop = 1; (value >> 1) & 1 | loop & 1; loop++) { foo(); if (loop & 1) value >>= 1; } how many times is foo() executed?

6 Answers   Google,


How to add two numbers with using function?

4 Answers  


how to find out the union of two character arrays?

2 Answers  


What are the functions to open and close the file in c language?

0 Answers  


Categories