What is the difference between local variable and global variable in c?
No Answer is Posted For this Question
Be the First to Post Answer
main() {char a[10]={1,2,3,4,5,6};int x; for(x=0;x<4;x++){ b[x]=x+'a';} printf("%s",b);}
program to find the second largest word in a paragraph amongst all words that repeat more thn twice
Binary tree traversing
Explain can static variables be declared in a header file?
#include<stdio.h> int fun(); int i; int main() { while(i) { fun(); main(); } printf("hello \n"); return 0; } int fun() { printf("hi"); } answer is hello.how??wat is tat while(i) mean?
Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.
What is c basic?
1 1 1 1 2 1 1 3 3 1 1 4 6 4 1
write a program to copy a string without using a string?
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
How can I access memory located at a certain address?
Hi Every one......... Please Any body give me the answer for my question. Is it possible to print the word "PRINT F", without using printf() statement in C-Language.