What are the types of data types and explain?
No Answer is Posted For this Question
Be the First to Post Answer
Is c procedural or functional?
explain what are pointers?
Write a program to print all permutations of a given string.
main() { int x=5; printf("%d %d %d\n",x,x<<2,x>>2); } what is the output?
find the value of y y = 1.5x+3 for x<=2 y = 2x+5 for x>2
What does printf does?
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; } }
Is javascript written in c?
When would you use a pointer to a function?
Explain what are preprocessor directives?
What is s or c?
What is the difference between text files and binary files?