What is the scope of global variable in c?
No Answer is Posted For this Question
Be the First to Post Answer
44.what is the difference between strcpy() and memcpy() function? 45.what is output of the following statetment? 46.Printf(“%x”, -1<<4); ? 47.will the program compile? int i; scanf(“%d”,i); printf(“%d”,i); 48.write a string copy function routine? 49.swap two integer variables without using a third temporary variable? 50.how do you redirect stdout value from a program to a file? 51.write a program that finds the factorial of a number using recursion?
Find the middle node in the linked list?? (Note:Do not use for loop, count and count/2)
Why are all header files not declared in every c program?
when i declare as: void main() { clrscr(); int a=10; printf("%d",a) } my problem that why generate a error in above programs. please tell me answer seriously .
What are bit fields? What is their use?
Can you add pointers together? Why would you?
How can I implement opaque (abstract) data types in C? What's the difference between these two declarations? struct x1 { ... }; typedef struct { ... } x2;
What is the difference between int main and void main?
wat are the two methods for swapping two numbers without using temp variable??
Explain about block scope in c?
How can I read data from data files with particular formats?
what is the c source code for the below output? 5555555555 4444 4444 333 333 22 22 1 1 22 22 333 333 4444 4444 5555555555