What are the basic data types associated with c?
No Answer is Posted For this Question
Be the First to Post Answer
main() { int i = 1; int num[] = {1,2,3,4}; num[i] = i++; printf("%d", num[i]); } what will be the output? }
22 Answers NDS, TCS,
What are logical errors and how does it differ from syntax errors?
What is wrong with this statement? Myname = 'robin';
Write a C program to accept a matrix of any size. Find the frequency count of each element in the matrix and positions in which they appear in the matrix
write a program to generate 1st n fibonacci prime number
#include <stdio.h> int main() { if ("X" <"x") printf("X smaller than x "); } my question is whats the mistake in this program? find it and please tell me..
how to find out the reverse number of a digit if it is input through the keyboard?
design and implement a program that reads floating-points numbers in a sentinel-controlled loop until the user terminates the program by entering zero.your program should determinate and print the smallest,largest and average of the supplied numbers.
What are the types of type qualifiers in c?
What is a method in c?
What do you mean by Recursion Function?
What are the 5 organizational structures?