What is volatile variable in c with example?
No Answer is Posted For this Question
Be the First to Post Answer
Explain what is the use of a semicolon (;) at the end of every program statement?
How can I set an array's size at run time?
Write a program to input the price of 1 burger and the number of burgers eaten by a group of friends .print the total amount to be paid by the group?
You are given a string which contains some special characters. You also have set of special characters. You are given other string (call it as pattern string). Your job is to write a program to replace each special characters in given string by pattern string. You are not allowed to create new resulting string. You need to allocate some new memory to given existing string but constraint is you can only allocate memory one time. Allocate memory exactly what you need not more not less.
how to find the binary of a number?
Can the “if” function be used in comparing strings?
Write a program to check armstrong number in c?
what is call by value and call by reference
how to find the size of the data type like int,float without using the sizeof operator?
Would you rather wait for the results of a quicksort, a linear search, or a bubble sort on a 200000 element array? 1) Quicksort 2) Linear Search 3) Bubble Sort
What is difference between && and & in c?
What are multibyte characters?