What are the types of unary operators?
No Answer is Posted For this Question
Be the First to Post Answer
#include<stdio.h> int main() { int a[3][3][2]= {1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18}; printf("%d\n",*(*(*a+1)); return 0; } What will be the output of the above question? And how?
difference between function & structure
when to use : in c program?
WHAT IS THE DEFINATION OF IN TECHNOLOGY AND OFF TECHNOLOGY ?
There is a mobile keypad with numbers 0-9 and alphabets on it. take input of 7 keys and then form a word from the alphabets present on those keys.
What is the difference between printf and scanf )?
Without using main fn and semicolon,print remainder for a given number in C language
Write the program for displaying the ten most frequent words in a file such that your program should be efficient in all complexity measures.
What's the right way to use errno?
How many keywords are there in c?
What is an array? What the different types of arrays in c?
Hi Every one......... Please Any body give me the answer for my question. Is it possible to print the word "PRINT F", without using printf() statement in C-Language.