What is a method in c?
No Answer is Posted For this Question
Be the First to Post Answer
Is an array parameter is always "by reference" ?
#define f(g,h) g##h main O int i=0 int var=100 ; print f ("%d"f(var,10));} wat would be the output??
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.
Write a program to swap two numbers without using third variable?
how to make program without <> in library.
Hai why 'c' is the middle language
what is an inline fuction??
find second largest element in array w/o using sorting techniques? use onle one for loop.
15 Answers BitWise, Zycus Infotech,
Read two numbers from keyboard and find maximum of them?
what is a far pointer
12 Answers ABB, DRDO, ITI, Maruti Suzuki, Steel Plant, TCS, Toyota, Vivo Mobiles,
If we give two names then this displays the connection between the two people. It is nothing but flames game
What is the difference between break and continue?