What are categories used for in c?
No Answer is Posted For this Question
Be the First to Post Answer
How is a null pointer different from a dangling pointer?
how to swap two integers 1 and 32767 without using third variable
Bit swapping
3. Program to print all possible substrings. ex: String S St Str Stri Strin String t tr tri trin tring r
the output will be #include<stdio.h> int main () { int i; i = 9/2; printf("%i",i); return 0; }
how can i make a program with this kind of output.. Enter a number: 5 0 01 012 0123 01234 012345 01234 0123 012 01 0
what will be the output of" printf("%d%d",scanf("%d% d",&a&b));"
Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
What is clrscr in c?
Write a program to reverse a string.
0 Answers Global Logic, iNautix, TCS, Wipro,
Can we assign string to char pointer?
What are the two types of functions in c?