What is a const pointer?
No Answer is Posted For this Question
Be the First to Post Answer
Is it better to bitshift a value than to multiply by 2?
write a program to reverse a every alternetive words in a string in a place. EX: Input is "this is the line of text" Output should be "shit is eht line fo text" Please any one tell me code for that.
can u write a program in C, which does not use = (eqaul)or any arithmatic assignment(like -=,+=,*= etc) operator to swap to number?
write a C program:There is a mobile keypad with numbers 0-9 and alphabets on it. Take input 0f 7 keys and then form a word from the alphabets present on the keys.
1 Answers 91mobiles, Amazon, App Guruz, College School Exams Tests, Folio3, Infosys, Omega, Planin, Riphah International University, Subex,
What is indirect recursion? give an example?
why in C,C++'s int size is 2 byte and .net(c#) int Size is 4 byte?
What is the benefit of using #define to declare a constant?
Where in memory are my variables stored?
Why isn't it being handled properly?
main() { int *ptr=(int*)malloc(sizeof(int)); *ptr=4; printf("%d",(*ptr)+++*ptr++); }
5 Answers Vector, Vector Solutions,
write a program to search for an element in a given array. If the array was found then display its position otherwise display appropriate message in c language
What is period operator in c?