What is scope rule in c?
No Answer is Posted For this Question
Be the First to Post Answer
1. Write the function int countchtr(char string[ ], int ch); which returns the number of times the character ch appears in the string. Example, the call countchtr(“She lives in NEWYORK”, ‘e’) would return 3.
program to get the remainder and quotant of given two numbers with out using % and / operators?
10 Answers College School Exams Tests, IBM,
please give me some tips for the placement in the TCS.
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 are valid signatures for the Main function?
Explain is it better to bitshift a value than to multiply by 2?
how to swap two integers 1 and 32767 without using third variable
Please write me a program to print the first 50 prime numbers (NOT between the range 1 -50)
Is there any possibility to create customized header file with c programming language?
what is the difference between c and java?
Explain the use of #pragma exit?
What are unions in c?