What is the difference between the local variable and global variable in c?
No Answer is Posted For this Question
Be the First to Post Answer
Why doesn't the code "a[i] = i++;" work?
main() { int ptr[] = {1,2,23,6,5,6}; printf("%d",&ptr[3]-&ptr[0]); }
Can we write a program without main() function?
What is the translation phases used in c language?
What is an endless loop?
How to reverse a string using a recursive function, with swapping?
What are the application of c?
Why shouldn’t I start variable names with underscores?
in any language the sound structure of that language depends on its a) character set, input/output function, its control structures b) character set, library functions, input/output functions its control structures c) character set, library functions, control sturctures d) character set, operators, its control structures
An arrangement of information in memory in such a way that it can be easily accessed and processed by a programming language a) string b) data structure c) pointers d) array
What is the value of c?
Which function in C can be used to append a string to another string?