Explain data types & how many data types supported by c?
No Answer is Posted For this Question
Be the First to Post Answer
1. What will be the output of the following programs. a) #include <stdio.h> Main() { Int x=4; While(x==1) { X=x-1; Printf(ā%dā,x); --x; } }
What is the difference between declaring a variable and defining a variable?
What is the default value of local and global variables in c?
while initialization of array why we use a[][2] why not a[2][]...?
What are the modifiers available in c programming language?
What type of function is main ()?
Write code for initializing one dimentional and two dimentional array in a C Program?
5 Answers Deshaw, Edutech, GMD,
what is the basis for selection of arrays or pointers as data structure in a program
What is the method to save data in stack data structure type?
Can a variable be both static and volatile in c?
What are the main characteristics of c language describe the structure of ac program?
What is the difference between formatted&unformatted i/o functions?