What is the scope of an external variable in c?
No Answer is Posted For this Question
Be the First to Post Answer
dennis ritchie invented C language in AT&T bell laboratory what is the extension of AT&T?
Given an array of characters, how would you reverse it? How would you reverse it without using indexing in the array?
Why is extern used in c?
Why isn't it being handled properly?
What is the value of h?
Function which gives a pointer to a binary trees const an integer value at each code, return function of all the nodes in binary tree.?
what is bit rate & baud rate? plz give wave forms
Write a program to produce the following output in c language? 1 1 1 1 2 1 1 3 3 1 1 4 6 4 1
Why can’t constant values be used to define an array’s initial size?
Is the below things valid & where it will be stored in memory layout ? static const volatile int i; register struct { } ; static register;
What is nested structure?
1. Write a program to reverse every second word in a given sentence.