What is local and global variable in c?


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

Post New Answer

More C Interview Questions

hello everybody can we change a the adress of a variabl i mean can i put for exemple for a int *p: &p=6 ?????????

1 Answers  


12345 1234 123 12 1

2 Answers  


What is the use of #include in c?

0 Answers  


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  


How many bytes are occupied by near, far and huge pointers (dos)?

0 Answers  






What's the difference between a linked list and an array?

14 Answers  


what is difference between declaring the pointer as int and char in c language?

3 Answers  


What is difference between structure and union with example?

0 Answers  


WRITE A CODE IN C TO SEARCH A FILE FROM NOTEPAD FILE.

0 Answers   Google, Infosys,


Write a program to print all permutations of a given string.

0 Answers   JPMorgan Chase,


main() { int i = 1; int num[] = {1,2,3,4}; num[i] = i++; printf("%d", num[i]); } what will be the output? }

22 Answers   NDS, TCS,


DIFFERNCE BETWEEN THE C++ AND C LANGUAGE?

2 Answers   Wipro,


Categories