What is a MAC Address?


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

Post New Answer

More C Interview Questions

any restrictions have on the number of 'return' statements that may be present in a function. a) no restriction b) only 2 return statements c) only 1 return statements d) none of the above

0 Answers  


Why we use int main and void main?

0 Answers  


What is the right type to use for boolean values in c?

0 Answers  


Write a program to find whether the given number is prime or not?

6 Answers  


What are volatile variables in c?

0 Answers  






2. What does static variable mean?

2 Answers  


can we print any string without using terminator?

2 Answers   Infosys, TCS,


#include<stdio.h> int main() { int i=0,j=1,k=2,m,n=0; m=i++&&j++&&k++||n++; printf("%d,%d,%d,%d,%d",i,j,k,m,n); }

12 Answers   Capital IQ, Sasken,


hw can we delete an internal node of binary search tree the internal node has child node..plz write progarm

0 Answers   TCS,


what is a static function

10 Answers   Satyam,


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.

0 Answers  


WRITE A C PROGRAM TO FIND SECOND BIGGEST VALUE FROM THE GIVEN VALUES

1 Answers  


Categories