Are the variables argc and argv are local to main?
No Answer is Posted For this Question
Be the First to Post Answer
An interactive c program to read basic salary of 15 persons. each person gets 25% of basic as HRA, 15%of basic as conveyance allowances, 10%of basic as entertainment allowances.The total salary is calculated by adding basic+HRA+CA+EA.Calculate how many out of 15 get salary above 10,000.Rs also print the salary of each employee
in C-programming language without using printf statement can we get output r not ? if yes how and if no also how ?
Which of the following sorts is quickest when sorting the following set: 1 2 3 5 4 1) Quick Sort 2) Bubble Sort 3) Merge Sort
a character variable can at a time store a) 1 character b) 8 characters c) 254 characters d) none of the above
Write a code of a general series where the next element is the sum of last k terms.
how can we use static and extern?and where can we use this?
Main must be written as a.the first function in the program b.Second function in the program c.Last function in the program d.any where in the program
19 Answers CTS, HCL, TCS,
What extern c means?
implement OR gate without using any bitwise operator.
What are header files in c?
how much salary u want ? why u join in our company? your domain is core sector why u prefer software ?
there is two conditions , 1. while using for loop for printing 1 to 50 no's simulteneous 2. while using printf functios for printing 1 to 50 no's simulteneous with or without using variables who will take more time for compiling and execution? explain in details with reason?