What is a pointer on a pointer in c programming language?
No Answer is Posted For this Question
Be the First to Post Answer
who is the father of C Language?
20 Answers CTS, UST,
How will you write a code for accessing the length of an array without assigning it to another variable?
Write a programm such that if user enter 11.25 it roundup to 11 but if user enter 11.51 upto 11.99 it will round up to 12 i.e.;convert the floting point value into integer format as explain above..
the portion of a computer program within which the definition of the variable remains unchanged a) mode b) module c) scope d) none
Write a code to reverse string seperated by spaces i/p str=India is my country o/p str=aidnI si ym yrtnuoc After writing code, optimize the code
write a c programming using command line argument,demonstrate set operation(eg;union,intersection,difference) example output is c:>setop 12 34 45 1 union 34 42 66 c:>setop 12 34 1 42 66 c:>setop 12 34 diff 12 56 67 78 setop 12 34
Convert the following expression to postfix and prefix X $ Y Z - M + N + P / Q / (R + S)
What does c mean?
Why malloc is faster than calloc?
Why doesn't C have nested functions?
What does 3 mean in texting?
When should a type cast be used?