Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


In which layer of the network datastructure format change is done


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

Post New Answer

More C Interview Questions

main() { clrscr(); } clrscr();

6 Answers   ME, Wipro,


What are register variables? What are the advantage of using register variables?

0 Answers   TISL,


How can you determine the size of an allocated portion of memory?

0 Answers   Aspire, Infogain,


#include<stdio.h> main() { char *p1; char *p2; p1=(char *) malloc(25); p2=(char *) malloc(25); strcpy(p1,"Ramco"); strcpy(p2,"Systems"); strcat(p1,p2); printf("%s",p1); } Tell me the output?

6 Answers   Ramco,


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  


related to rdbms query .

2 Answers  


what is different between auto and local static? why should we use local static?

0 Answers  


What is data structure in c programming?

0 Answers  


Can you please explain the difference between malloc() and calloc() function?

0 Answers  


Explain spaghetti programming?

0 Answers  


How does variable declaration affect memory?

1 Answers  


Write programs for String Reversal & Palindrome check

0 Answers   TISL,


Categories