What is a pointer on a pointer in c programming language?
No Answer is Posted For this Question
Be the First to Post Answer
Is it better to use a macro or a function?
How to reverse a string using a recursive function, with swapping?
What is floating point exception error? And what are different types of errors occur during compile time and run time? why they occur?
What is infinite loop?
what type of questions arrive in interview over c programming?
What does %f mean c?
write a program to sum of its digit with using control structure or with out using loop. for ex: let the number is 25634 then answer will be=2+5+6+3+4=20
What does 3 periods mean in texting?
Why does the call char scanf work?
what is the output of the program and explain why?? #include<stdio.h> void main ( ) { int k=4,j=0: switch (k) { case 3; j=300; case 4: j=400: case 5: j=500; } printf (ā%d\nā,j); }
Write a code to remove duplicates in a string.
#include<stdio.h> main() { int i=5; printf("%d",i*i-- - --i*i*i++ + ++i); } tell the answer with correct reason .specially reason is important nt answer ans by turbo c is -39