What is typedef example?


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

Post New Answer

More C Interview Questions

Explain the ternary tree?

0 Answers  


The variables are int sum=10,SuM=20; these are same or different?

3 Answers  


Differentiate abs() function from fabs() function.

0 Answers  


can a union be self-referenced?

1 Answers  


Write a program to reverse a given number in c?

0 Answers  






Write a C program to count the number of email on text

0 Answers  


code snippet for creating a pyramids triangle ex 1 2 2 3 3 3

4 Answers  


How will you find a duplicate number in a array without negating the nos ?

0 Answers  


#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,


How to add two numbers without using semicolon at runtime

2 Answers  


5) Write a program that takes a 3 digit number n and finds out whether the number 2^n + 1 is prime, or if it is not prime find out its factors.without using big int and exponential function

1 Answers   TCS,


Write a program which take a integer from user and tell whether the given variable is squar of some number or not. eg: is this number is 1,4,9,16... or not

9 Answers   Alcatel,


Categories