What are control structures? What are the different types?
No Answer is Posted For this Question
Be the First to Post Answer
Which function in C can be used to append a string to another string?
How can I display a percentage-done indication that updates itself in place, or show one of those twirling baton progress indicators?
what are bit fields? What is the use of bit fields in a structure declaration?
0 Answers Flextronics, TISL, Virtusa,
What is difference between arrays and pointers?
How to delete a node from linked list w/o using collectons?
how do you write a function that takes a variable number of arguments? What is the prototype of printf () function?
What is scope and lifetime of a variable in c?
How can a program be made to print the line number where an error occurs?
How to swap two values using a single variable ? condition: Not to use Array and Pointer ?
#define d 10+10 main() { printf("%d",d*d); }
#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
Write a c program to demonstrate Type casting in c?