What is the sizeof () a pointer?


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

Post New Answer

More C Interview Questions

Write a c program to build a heap method using Pointer to function and pointer to structure ?

0 Answers   Wipro,


program to find which character is occured more times in a string and how many times it has occured? for example in the sentence "i love india" the output should be i & 3.

3 Answers  


what will be the out put. #include<stdio.h> void main() { printf("Output:"); printf(1+"vikashpatel"); }//output: ikashpatel

1 Answers   V2 Solutions,


what is the difference between #include<> and #include”…”?

5 Answers  


a value that does not change during program execution a) variabe b) argument c) parameter d) none

0 Answers  






Explain the properties of union.

0 Answers  


Write a program to generate the Fibinocci Series

0 Answers   TISL,


Can we compile a program without main() function?

0 Answers  


Explain a pre-processor and its advantages.

0 Answers  


write a “Hello World” program in “c” without using a semicolon?

9 Answers   CTS, TCS, Wipro,


#include show(int t,va_list ptr1) { int a,x,i; a=va_arg(ptr1,int) printf(" %d",a) } display(char) { int x; listptr; va_star(otr,s); n=va_arg(ptr,int); show(x,ptr); } main() { display("hello",4,12,13,14,44); }

0 Answers   Wilco,


Is reference used in C?

1 Answers  


Categories