What is equivalent to ++i+++j?
No Answer is Posted For this Question
Be the First to Post Answer
What are identifiers c?
Explain a pre-processor and its advantages.
Compare array data type to pointer data type
What are qualifiers?
write a c program to calculate sum of digits till it reduces to a single digit using recursion
send me the code of flow chart generator using C-programming language amd this code should calculate the time and space complexity of the given progran and able to generate flowchart according to the given program?
Write a c program to sort six numbers and find the largest one by using the ladder of if-else? plz do help me
Is c language still used?
#include<stdio.h> main() { int i=5; printf("%d",i*i-- - --i*i*i++ + ++i); } tell the answer with correct reason .specially reason is important nt answer ans by turbo c is -39
Read the following data in two different files File A: aaaaaaaadddddddd bbbbbbbbeeeeeeee ccccccccffffffff File B: 11111111 22222222 33333333 By using the above files print the following output or write it in the Other file as follows aaaaaaaa11111111dddddddd bbbbbbbb22222222eeeeeeee cccccccc33333333ffffffffffff
What is the value of y in the following code? x=7;y=0; if(x=6) y=7; else y=1;
How can I manipulate strings of multibyte characters?