illustrate the use of address operator and dereferencing
operator with the help of a program
guys plzzz help for this question
No Answer is Posted For this Question
Be the First to Post Answer
what is the difference between definition and declaration? give me some examples.
what is the output of following question? void main() { int i=0,a[3]; a[i]=i++; printf("%d",a[i] }
totally how much header files r in c language
plz answer..... a program that reads non-negative integer and computes and prints its factorial
How to write a program for swapping two strings without using 3rd variable and without using string functions.
Can a variable be both const and volatile?
WHICH TYPE OF JOBS WE GET BY WRITING GROUPS .WHEN THE EXAMS CONDUCTED IS THIS EXAMS ARE CONDUCTED EVERY YEAR OR NOT.PLS TELL ME THE ANSWER
input may any number except 1,output will always 1.. conditions only one variable should be declare,don't use operators,expressions,array,structure
main() { float a=3.2e40; printf("%d",a); }
How do you declare a variable that will hold string values?
What is the general form of a C program?
Given an array of characters which form a sentence of words, give an efficient algorithm to reverse the order of the words (not characters) in it?