please give me some tips for the placement in the TCS.
No Answer is Posted For this Question
Be the First to Post Answer
The % symbol has a special use in a printf statement. Explain how would you place this character as part of the output on the screen?
What is optimization in c?
how to reverse string "Hello World" by using pointers only. Without any temp var
What does 2n 4c mean?
HOW CAN ADD OUR FUNCTION IN LIBRARY.
What are the preprocessors?
Explain what is the advantage of a random access file?
the output will be #include<stdio.h> int main () { int i; i = 9/2; printf("%i",i); return 0; }
int *a[5] refers to
Write a C program that reads a series of strings and prints only those ending in "ed"
a value that does not change during program execution a) variabe b) argument c) parameter d) none
Which is better oop or procedural?