in b=6.6/a+(2*a+(3*c)/a*d)/(2/n); which operation will be performed first
a) 6.6/a
b) 2*a
c) 3*c
d) 2/n
Write a program to show the change in position of a cursor using c
Find if a number is power of two or not?
Reverse a string word by word??
string reverse using recursion
what is the c source code for the below output? 1 0 1 1 0 1 0 1 0 1 1 0 1 0 1
How can I invoke another program or command and trap its output?
In a header file whether functions are declared or defined?
how many errors in c explain deply
What's the difference between a linked list and an array?
4) Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
Write a program that takes a 5 digit number and calculates 2 power that number and prints it
Explain the difference between malloc() and calloc() in c?