What extern c means?
No Answer is Posted For this Question
Be the First to Post Answer
write a C program: To search a file any word which starts with ?a?. If the word following this ?a? starts with a vowel.Then replace this ?a? with ?a? with ?an?. redirect with the output onto an output file.The source file and destination file are specified by the user int the command line.
what is the role you expect in software industry?
How can I set an array's size at run time?
In a switch statement, explain what will happen if a break statement is omitted?
Explain how do you search data in a data file using random access method?
Are pointers really faster than arrays?
What is n in c?
1) write a program to generate 1st n fibonacci prime numbers using Nested if 2) write a program to generate twin prime numbers from m to n using nested if 3) write a program to check whether a given integer is a strong number or not using nested if 4) Write a program to generate prime factors of a given integer using nested if 5)write a program to generate prime numbers from m to n using nested if 6)write a program to generate perfect numbers from m to n using nested if 7)write a program to generate the pallindromes from m to n using neste if 8)write a program to generate armstrong numbers from m to n using nested if 9)write a program to generate strong numbers from m to n using nested if
Can we change the value of static variable in c?
write a progam to display the factors of a given number and disply how many prime numbers are there?
What is Generic pointer? What is the purpose of Generic pointer? Where it is used?
How will you write a code for accessing the length of an array without assigning it to another variable?